Read data from OpenDengue github repository
read_data.Rd
Read data from OpenDengue github repository
Usage
read_data(
extract,
columns = NULL,
as_data_frame = FALSE,
showProgress = TRUE,
cache = TRUE
)
Arguments
- extract
character.
national
,spatial
ortemporal
- columns
character vector. Columns names to subset.
- as_data_frame
logical. If
TRUE
returns atibble
object. IfFALSE
returns 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)
}