get_bis: Download and parse a BIS data set

View source: R/BIS.R

get_bisR 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"])


BIS documentation built on April 4, 2025, 12:35 a.m.

Related to get_bis in BIS...