Description Usage Arguments Examples
View source: R/download_extra_iots.R
Downloads supplemental data to the local system for a time series of IOTs.
1 2 3 4 5 6 | download_extra_iots(
extra,
version,
dir_data = get("dir_data", envir = paramEnv),
dir_data_online = get("dir_data_online", envir = paramEnv)
)
|
extra: |
The supplemental data to be downloaded |
version: |
The international input-output database to be used |
dir_data: |
The directory where to store the data. Using change_dir_data seperately is most often preferred. |
1 2 3 4 5 6 7 8 9 | ## Not run:
Using change_dir_data
change_dir_data("D:/Data")
download_extra_iots("SEA", "WIOD2013")
Using dir_data parameter
download_extra_iots("SEA", "WIOD2013", dir_data = "D:/Data")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.