download_iots: Download Timeseries of IOTs

Description Usage Arguments Examples

View source: R/download_iots.R

Description

Download a timeseries IOT from the internet to your computer.

Usage

1
2
3
4
5
download_iots(
  version,
  dir_data = get("dir_data", envir = paramEnv),
  dir_data_online = get("dir_data_online", envir = paramEnv)
)

Arguments

version:

The international input-output database to be used

dir_data:

The path towards the local directory in which to store the data. Most often using change_dir_data is preferred.

dir_data_online:

the path towards the internet source with data. Normally no need to change this.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
Using change_dir_data
change_dir_data("D:/Data")
download_iots("WIOD2013")

Using dir_data param
download_iots("WIOD2013", "D:/Data")

## End(Not run)
  

sybrendeuzeman/WIOD_package documentation built on Jan. 29, 2020, 9:07 p.m.