get_boj_datasets {BOJ}R Documentation

Download and parse a list of available BOJ data sets

Description

Download and parse a list of available BOJ data sets

Usage

get_boj_datasets(url = "https://www.stat-search.boj.or.jp/info/dload_en.html")

Arguments

url

URL of the BOJ's Time-Series Data portal flat files page (optional).

Value

A tibble data frame

Examples

## Not run: 
datasets <- get_boj_datasets()

## End(Not run)

[Package BOJ version 0.3 Index]