Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```