get_attribute_tables
takes an EML object and returns a nested table of
all the attribute tables pulled from the metadata, using EML::get_attributes()
Usage
get_attribute_tables(eml_object)
Arguments
- eml_object
is an R object imported (typically from an EML-formatted .xml file)
using EML::read_eml(, from="xml").
Value
a nested table with one attribute table for each data table in the EML file
Examples
if (FALSE) { # \dontrun{
get_attribute_tables(example_EML)
} # }