dataspice (version 1.0.0)

es_attributes: Get attributes from EML

Description

Return EML attributes in the dataspice attributes.csv format.

Usage

es_attributes(eml, path = NULL)

Arguments

eml

(emld) an EML object

path

(character) folder path for saving the table to disk

Examples

Run this code
# NOT RUN {
eml_path <- system.file("example-dataset/broodTable_metadata.xml", package = "dataspice")
eml <- read_eml(eml_path)
es_attributes(eml)
# }

Run the code above in your browser using DataCamp Workspace