load_billion_data_whdh | R Documentation |
Load Billions indicator data from WHDH
load_billion_data_whdh(
data_type = c("wrangled_data", "projected_data", "final_data"),
billion = c("all", "hep", "hpop", "uhc"),
ind_codes = "all",
version = "latest",
na_rm = TRUE,
experiment = NULL,
silent = TRUE,
retry_upload = TRUE,
max_upload_retries = 3,
upload_retry_interval = 3
)
data_type |
(string) The type of data to load.
|
billion |
(string) One of "all" (default), "hep", "hpop", or "uhc". If "all", downloads all indicators for all three billions. |
ind_codes |
(character vector) The name of the indicator (or indicators) to load data for.
If |
version |
(string) Either
|
na_rm |
(logical) Specifies whether to filter the data to only rows
where |
experiment |
(string) Either
|
silent |
(logical) Specifies whether to show authentication messages and
a download progress bar. Defaults to |
retry_upload |
(logical) Retry the download request to WHDH. |
max_upload_retries |
(integer) Maximum number of times to retry download to WHDH. Defaults to |
upload_retry_interval |
(integer) Amount of time in seconds to wait before retrying download WHDH. Defaults to |
A data frame.
Other access_data:
load_billion_data_legacy()
,
load_billion_data_xmart()
,
load_billion_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.