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
|
... |
Arguments passed to |
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]