as.xml_document.character {nonmemica} | R Documentation |
Create xml_document From Character
Description
Creates an xml_document from character (modelname or filepath).
Usage
## S3 method for class 'character'
as.xml_document(x, strip.namespace = TRUE, ...)
Arguments
x |
file path or run name |
strip.namespace |
whether to strip e.g. nm: from xml elements |
... |
passed to modelpath() |
Value
xml_document
See Also
Other xpath:
as.xml_document.numeric()
,
as.xml_document()
,
xpath.default()
,
xpath.xml_document()
,
xpath()
[Package nonmemica version 1.0.8 Index]