Description Usage Arguments Examples
View source: R/download_iots.R
Download a timeseries IOT from the internet to your computer.
1 2 3 4 5 | download_iots(
version,
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 |
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_iots("WIOD2013")
Using dir_data param
download_iots("WIOD2013", "D:/Data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.