ISCN3 | R Documentation |
This function first downloads the layer, profile, citation, and dataset tables from the ISCN website (http://iscn.fluxdata.org/data/access-data/database-reports/) data available: ftp://ftp.fluxdata.org/.deba/ISCN/ALL-DATA/* It then either returns the original structure or reformats the data.
ISCN3(dataDir = NULL, orginalFormat = FALSE, verbose = FALSE)
dataDir |
path to the folder containing ISCN_ALL_DATA_LAYER_C*_1-1.xlsx, ISCN_ALL-DATA-CITATION_1-1.xlsx and ISCN_ALL_DATA_DATASET_1-1.xlsx files. If this is left NULL then files will be downloaded to a temporary directory from the ISCN website and then deleted. |
verbose |
boolean flag denoting whether or not to print lots of status messages |
list of data.table with layer, dataset and citation information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.