Description Usage Arguments Examples
Download a single IOT from the internet to your computer. download_iots will download a full dataset of IOTs.
1 2 3 4 5 6 | download_iot(
version,
year,
dir_data = get("dir_data", envir = paramEnv),
dir_data_online = get("dir_data_online", envir = paramEnv)
)
|
version: |
The international input-output database to be used |
year: |
The year for which to add supplemental data |
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. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
Using change_dir_data
change_dir_data("D:/Data")
download_iot("WIOD2013", 2000)
Using dir_data param
download_iot("WIOD2013", 2000, "D:/Data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.