Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 742 Bytes

opendenguedata

R-CMD-check

R package to download data from the OpenDengue project repository.

It is possible to download data from the project, using cached or updated versions and select columns to subset prior reading data to memory.

Installation

# install.packages("remotes")
remotes::install_github("rfsaldanha/opendenguedata")

Examples of usage are available at the package vignette.