get_bis {BIS} | R Documentation |
Download and parse a BIS data set
Description
Download and parse a BIS data set
Usage
get_bis(item_url, ...)
Arguments
item_url |
Character. URL of the data set to be imported (usually
obtained via |
... |
Arguments passed to |
Value
A tibble data frame.
Examples
ds <- get_datasets()
df <- get_bis(ds$url[ds$id == "WS_CBPOL_csv_flat"])
[Package BIS version 0.4 Index]