read_eml: Read an EML-formatted metadata document

View source: R/read_eml.R

read_emlR Documentation

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)

Arguments

file

Filename or URL to read from.

Value

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

Examples

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

delma documentation built on June 8, 2025, 1:56 p.m.