dataspice (version 1.0.0)

es_creators: Get creators from EML

Description

Return EML creators in the dataspice creators.csv format.

Usage

es_creators(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_creators(eml)
# }

Run the code above in your browser using DataLab