as.xml_document.character | R Documentation |
Creates an xml_document from character (modelname or filepath).
## S3 method for class 'character'
as.xml_document(x, strip.namespace = TRUE, ...)
x |
file path or run name |
strip.namespace |
whether to strip e.g. nm: from xml elements |
... |
passed to modelpath() |
xml_document
Other xpath:
as.xml_document()
,
as.xml_document.numeric()
,
xpath()
,
xpath.default()
,
xpath.xml_document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.