read_eml()
imports metadata from an EML file into the workspace as a
tibble
.
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
if (FALSE) { # \dontrun{
# read from a url
df <- read_eml("https://collections.ala.org.au/ws/eml/dr368")
} # }