io_dl_eora26: Download IO tables from the Eora26 data set

View source: R/io_dl_eora26.R

io_dl_eora26R Documentation

Download IO tables from the Eora26 data set

Description

Function to download the multiregional input output (MRIO) tables of the Eora26. Should usually not be called directly but through io_load_eora26(). Note this tool simply automates the download process but you need to obtain an account from https://worldmrio.com and agree to their usage and licensing terms to download and use this data.

Usage

io_dl_eora26(
  years,
  cache_dir = NULL,
  email = NULL,
  password = NULL,
  quiet = FALSE
)

Arguments

years

which year(s) to load. Must be a single value or vector of values between 1990 and the latest year available with your account.

cache_dir

path to cache the Eora26 data. Downloads will overwrite files of the same name in this location.

email

the email adress of the account

password

the password of the account

quiet

if TRUE will try to avoid printing messages

Value

Path to the directory where data was saved, if given, this is identical to cache_dir

References

Lenzen M, Kanemoto K; Moran D, and Geschke A (2012) Mapping the structure of the world economy. Environmental Science & Technology 46(15) pp 8374–8381.

Lenzen, M., Moran, D., Kanemoto, K., Geschke, A. (2013) Building Eora: A Global Multi-regional Input-Output Database at High Country and Sector Resolution. Economic Systems Research, 25:1, 20-49.


okrebs/iotr documentation built on Feb. 11, 2025, 9:45 a.m.