Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiyangt/colmozzie
R package for dengue cases and climate variables in Sri Lanka
https://github.com/thiyangt/colmozzie
Last synced: 20 days ago
JSON representation
R package for dengue cases and climate variables in Sri Lanka
- Host: GitHub
- URL: https://github.com/thiyangt/colmozzie
- Owner: thiyangt
- Created: 2017-10-07T23:45:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T00:11:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T04:59:38.557Z (2 months ago)
- Language: R
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# colmozzie
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/colmozzie)](https://cran.r-project.org/package=colmozzie)
[![](http://cranlogs.r-pkg.org/badges/colmozzie)](http://cran.rstudio.com/web/packages/colmozzie/index.html)
[![Rdoc](https://www.rdocumentation.org/badges/version/colmozzie)](https://www.rdocumentation.org/packages/colmozzie)------------------------------------------------------------------------
[![Travis-CI Build Status](https://travis-ci.org/thiyangt/colmozzie.svg?branch=master)](https://travis-ci.org/thiyangt/colmozzie)
R package for weekly notified dengue cases and climate variables in Colombo Sri Lanka
Installation
------------```r
# Install the development version from GitHub
install.packages("devtools")
devtools::install_github("thiyangt/colmozzie")
library(colmozzie)
```Example
-------```{r}
library(colmozzie)
head(colmozzie)
``````{r}
summary(colmozzie)
```