powered by
Download and parse a BOJ data set
get_boj(item_url, auto_pivot = TRUE, ...)
A tibble data frame, or a list of tibble data frames in cases where the source zip file contains multiple csv files.
Character. URL of the data set to be imported (usually obtained via get_boj_datasets()).
get_boj_datasets()
Logical. Controls whether source data set is converted to long format. Set this to FALSE to disable conversion (default: TRUE).
FALSE
Arguments passed to download.file() (e.g. quiet = TRUE).
download.file()
quiet = TRUE
# \donttest{ ds <- get_boj_datasets() df <- get_boj(ds$url[(ds$name == "sppi_q_en")]) # }
Run the code above in your browser using DataLab