eml_egress: Create EML list from an LTER metabase using MetaEgress

View source: R/eml.R

eml_egressR Documentation

Create EML list from an LTER metabase using MetaEgress

Description

This function queries an LTER metabase and formats the metadata into an R list in the EML schema

Usage

eml_egress(datasetid, mb.name, mb.cred, skip_checks = FALSE)

Arguments

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 load_metabase_cred)

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.

Value

An EML-schema-formatted list of metadata (EML R package compliant)


jornada-im/jerald documentation built on Jan. 29, 2025, 11:15 p.m.