Downloads World Input-Output Database tables.
download_wiod(year = "2016", out_dir = getwd())A message indicating the result of the download operation.
Multi-region input-output tables from the World Input-Output Database (WIOD) from University of Groningen, Netherlands.
# Download WIOD 2016 tables to temporary directory
if (FALSE) { # \dontrun{
fio::download_wiod("2016", getwd())
} # }