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 get_datasets()).

...

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

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]