get_boj {BOJ}R Documentation

Download and parse a BOJ data set

Description

Download and parse a BOJ data set

Usage

get_boj(url, ...)

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

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

## End(Not run)

[Package BOJ version 0.3 Index]