dataspice (version 1.0.0)

es_access: Get access from EML

Description

Return EML access in the dataspice access.csv format.

Usage

es_access(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 {
library(EML)

eml_path <- system.file("example-dataset/broodTable_metadata.xml", package = "dataspice")
eml <- read_eml(eml_path)
es_access(eml)
# }

Run the code above in your browser using DataCamp Workspace