get_boj | R Documentation |
Download and parse a BOJ data set
get_boj(item_url, auto_pivot = TRUE, ...)
item_url |
Character. URL of the data set to be imported (usually
obtained via |
auto_pivot |
Logical. Controls whether source data set is converted to
long format. Set this to |
... |
Arguments passed to |
A tibble data frame, or a list of tibble data frames in cases where the source zip file contains multiple csv files.
ds <- get_boj_datasets()
df <- get_boj(ds$url[(ds$name == "sppi_q_en")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.