Leave style=NA if you want to use the default ISO-to-EML stylesheet.
convert_iso_to_eml(path, style = NA)
path | (character) Path to the file to convert. |
---|---|
style | (xslt) The XSLT object to be used for transformation. |
(character) Location of the converted file.
if (FALSE) { iso_path <- "~/Docuements/ISO_metadata.xml" eml_path <- convert_iso_to_eml(iso_path) }