Title: | Interface to Bank of Japan Statistics |
---|---|
Description: | Provides an interface to Bank of Japan <https://www.boj.or.jp> statistics. |
Authors: | Stefan Angrick [aut, cre, cph] |
Maintainer: | Stefan Angrick <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.3 |
Built: | 2024-10-31 06:32:12 UTC |
Source: | CRAN |
Download and parse a BOJ data set
get_boj(url, ...)
get_boj(url, ...)
url |
URL of the data set to be imported (usually obtained through
|
... |
Arguments passed to |
A tibble data frame
## Not run: datasets <- get_boj_datasets() df <- get_boj(datasets$url[(datasets$name == "sppi_q_en")]) ## End(Not run)
## Not run: datasets <- get_boj_datasets() df <- get_boj(datasets$url[(datasets$name == "sppi_q_en")]) ## End(Not run)
Download and parse a list of available BOJ data sets
get_boj_datasets(url = "https://www.stat-search.boj.or.jp/info/dload_en.html")
get_boj_datasets(url = "https://www.stat-search.boj.or.jp/info/dload_en.html")
url |
URL of the BOJ's Time-Series Data portal flat files page (optional). |
A tibble data frame
## Not run: datasets <- get_boj_datasets() ## End(Not run)
## Not run: datasets <- get_boj_datasets() ## End(Not run)