get_emlspice: Get dataspice tabular formats from EML

Description Usage Arguments Examples

Description

Return EML in the dataspice dataframes.

Usage

1
get_emlspice(eml, path = NULL)

Arguments

eml

(emld) an EML object

path

(character) folder path for saving the table to disk

Examples

1
2
3
4
5
6
## Not run: 
eml_path <- system.file("LeConte_meteo_metadata.xml", package = "emlspice")
eml <- read_eml(eml_path)
get_emlspice(eml)

## End(Not run)

isteves/emlspice documentation built on May 17, 2019, 1:29 p.m.