Learn R Programming

BIS (version 0.4)

get_bis: Download and parse a BIS data set

Description

Download and parse a BIS data set

Usage

get_bis(item_url, ...)

Value

A tibble data frame.

Arguments

item_url

Character. URL of the data set to be imported (usually obtained via get_datasets()).

...

Arguments passed to download.file() (e.g. quiet = TRUE).

Examples

Run this code
# \donttest{
ds <- get_datasets()
df <- get_bis(ds$url[ds$id == "WS_CBPOL_csv_flat"])
# }

Run the code above in your browser using DataLab