tidy_eml: Get tidy (tabular) metadata

Description Usage Arguments Examples

Description

This function takes a path to an EML (.xml) metadata file and returns a data frame.

Usage

1
tidy_eml(eml, full = FALSE)

Arguments

eml

An EML class object, the path to an EML (.xml) metadata file, or a raw EML object

full

(logical) Returns the most commonly used metadata fields by default. If full = TRUE is specified, the full set of metadata fields are returned.

Examples

1
2
3
4
5
6
## Not run: 
   eml <- system.file("example-eml.xml", package = "arcticdatautils")
   tidy_eml(eml)
   tidy_eml(eml, full = TRUE)

## End(Not run)

isteves/dataimport documentation built on May 7, 2019, 8:39 a.m.