ISCN3_3 | R Documentation |
This function calls the ISCN3 function to pull the ISCN 3_2 archive off of EDI. It cleans these tables by recasting columns to appropriate data types, and then replacing ISCN computations with NA values. It gaps fills missing citation information and reformats modification dates. It then returns the reformatted data.
ISCN3_3(data_dir, datasets_exclude = c(), verbose = FALSE)
data_dir |
character refers to a directory where the data is located or downloaded to. |
datasets_exclude |
A list of dataset names to exclude |
verbose |
logical flag to print out messages or not. |
a list with the study table, layer table and profile table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.