Learn R Programming

BIS (version 0.3.1)

get_datasets: Download and parse a list of available BIS data sets

Description

Download and parse a list of available BIS data sets

Usage

get_datasets(base_url = "https://www.bis.org/statistics/full_data_sets.htm")

Value

A tibble data frame.

Arguments

base_url

Character. URL of the BIS's homepage listing single file data sets for download (optional).

Examples

Run this code
# \donttest{
ds <- get_datasets()
# }

Run the code above in your browser using DataLab