Read data from OpenDengue github repository
read_data.RdRead data from OpenDengue github repository
Usage
read_data(
extract,
columns = NULL,
as_data_frame = FALSE,
showProgress = TRUE,
cache = TRUE
)Arguments
- extract
character.
national,spatialortemporal- columns
character vector. Columns names to subset.
- as_data_frame
logical. If
TRUEreturns atibbleobject. IfFALSEreturns an Arrow Table object. Defaults toFALSE.- showProgress
logical. Show download bar progress on console.
- cache
logical. Use cached data after first download.
Examples
if (FALSE) if (interactive()) {
read_data(extract = "national", as_data_frame = TRUE)
}