Leave style=NA if you want to use the default ISO-to-EML stylesheet.

convert_iso_to_eml(path, style = NA)

Arguments

path

(character) Path to the file to convert.

style

(xslt) The XSLT object to be used for transformation.

Value

(character) Location of the converted file.

Examples

if (FALSE) { iso_path <- "~/Docuements/ISO_metadata.xml" eml_path <- convert_iso_to_eml(iso_path) }