get_bis | R Documentation |
Download and parse a BIS data set
get_bis(item_url, ...)
item_url |
Character. URL of the data set to be imported (usually
obtained via |
... |
Arguments passed to |
A tibble data frame.
ds <- get_datasets()
df <- get_bis(ds$url[ds$id == "WS_CBPOL_csv_flat"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.