ISCN3: Load ISCN Layer and Meta data

View source: R/ISCN3.R

ISCN3R Documentation

Load ISCN Layer and Meta data

Description

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.

Usage

ISCN3(dataDir = NULL, orginalFormat = FALSE, verbose = FALSE)

Arguments

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

Value

list of data.table with layer, dataset and citation information


ISCN/SOCDRaHR2 documentation built on May 26, 2023, 6:44 a.m.