powered by
Download and parse a BIS data set
get_bis(item_url, ...)
A tibble data frame.
Character. URL of the data set to be imported (usually obtained via get_datasets()).
get_datasets()
Arguments passed to download.file() (e.g. quiet = TRUE).
download.file()
quiet = TRUE
# \donttest{ ds <- get_datasets() df <- get_bis(ds$url[ds$id == "WS_CBPOL_csv_flat"]) # }
Run the code above in your browser using DataLab