View source: R/tabularize_eml.R
tabularize_eml | R Documentation |
This function takes a path to an EML (.xml) metadata file and returns a data frame.
tabularize_eml(eml, full = FALSE)
eml |
An emld 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 |
(data.frame) A data frame of selected EML values.
eml <- system.file("extdata", "test_data", "SoilMois2012_2017__full_metadata.xml",
package = "metajam")
tabularize_eml(eml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.