dataspice (version 1.0.0)

es_biblio: Get biblio from EML

Description

Return EML biblio in the dataspice biblio.csv format.

Usage

es_biblio(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_biblio(eml)
# }

Run the code above in your browser using DataLab