knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

colmozzie

CRAN_Status_Badge Rdoc


Travis-CI Build Status

R package for weekly notified dengue cases and climate variables in Colombo Sri Lanka

Installation

# Install the development version from GitHub
install.packages("devtools")
devtools::install_github("thiyangt/colmozzie")
library(colmozzie)

Example

library(colmozzie)
head(colmozzie)
summary(colmozzie)


thiyangt/colmozzie documentation built on May 24, 2019, 7:26 p.m.