readISO19139 | R Documentation |
readISO19139
is a function to read a ISO 19139 from a file
or url into an object in the geometa model.
readISO19139(file, url, raw)
file |
a valid file path, as object of class |
url |
a valid URL, as object of class |
raw |
indicates if the function should return the raw XML. By
default this is set to |
a geometa object inheriting ISOAbstractObject
Emmanuel Blondel, emmanuel.blondel1@gmail.com
mdfile <- system.file("extdata/examples", "metadata.xml", package = "geometa")
md <- readISO19139(mdfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.