get_boj: Download and parse a BOJ data set

Description Usage Arguments Value Examples

View source: R/BOJ.R

Description

Download and parse a BOJ data set

Usage

1

Arguments

url

URL of the data set to be imported (usually obtained through get_boj_datasets())

...

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

Value

A tibble data frame

Examples

1
2
3
4
5
## Not run: 
datasets <- get_boj_datasets()
df <- get_boj(datasets$url[(datasets$name == "sppi_q_en")])

## End(Not run)

BOJ documentation built on Jan. 4, 2022, 5:10 p.m.

Related to get_boj in BOJ...