eml_egress | R Documentation |
This function queries an LTER metabase and formats the metadata into an R list in the EML schema
eml_egress(datasetid, mb.name, mb.cred, skip_checks = FALSE)
datasetid |
Number or numeric vector of dataset IDs to query |
mb.name |
Name of the LTER metabase to query metadata from |
mb.cred |
Credentials for mb.name (a list, see |
skip_checks |
Boolean value (T/F) indicating whether or not to check for congruence between data entity and attribute metadata (check_attribute_congruence function). May want to set as True if the data are online and not in the working directory. |
An EML-schema-formatted list of metadata (EML R package compliant)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.