Learn R Programming

fio (version 1.0.0)

download_wiod: Download WIOD tables

Description

Downloads World Input-Output Database tables.

Usage

download_wiod(year = "2016", out_dir = tempdir())

Value

Invisibly returns the path to the downloaded file.

Arguments

year

(string)
Release year from WIOD. One of "2016", "2013" or "long-run". Defaults to "2016".

out_dir

(string)
Path to download. Defaults to current working directory.

Details

Multi-region input-output tables from the World Input-Output Database (WIOD) from University of Groningen, Netherlands.

Examples

Run this code
if (FALSE) {
fio::download_wiod("2016")
}

Run the code above in your browser using DataLab