Learn R Programming

delma (version 0.1.2)

read_eml: Read an EML-formatted metadata document

Description

read_eml() imports metadata from an EML file into the workspace as a tibble.

Usage

read_eml(file)

Value

read_eml() returns an object of class tbl_df, tbl and data.frame (i.e. a tibble).

Arguments

file

Filename or URL to read from.

Examples

Run this code
source_file <- system.file("extdata", 
                           "bionet_metadata.xml",
                           package = "delma")
df <- read_eml(source_file)

Run the code above in your browser using DataLab