Downloads World Input-Output Database tables.

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

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.

Value

A message indicating the result of the download operation.

Details

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

Examples

# Download WIOD 2016 tables to temporary directory
if (FALSE) { # \dontrun{
  fio::download_wiod("2016", getwd())
} # }