readISO {geometa} | R Documentation |
readISO
Description
readISO
is a function to read a ISO metadata from a file
or url into an object in the geometa model.
Usage
readISO(file, url, raw)
Arguments
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 |
Value
a geometa object inheriting ISOAbstractObject
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
Examples
mdfile <- system.file("extdata/examples", "metadata.xml", package = "geometa")
md <- readISO(mdfile)
[Package geometa version 0.9.2 Index]