powered by
Creates an xml_document in a project context.
Coerces xml_document to xml_document
Creates an xml_document from character (modelname or filepath).
as.xml_document(x, ...)# S3 method for xml_document as.xml_document(x, ...)# S3 method for character as.xml_document(x, strip.namespace = TRUE, ...)
# S3 method for xml_document as.xml_document(x, ...)
# S3 method for character as.xml_document(x, strip.namespace = TRUE, ...)
object of dispatch
arguments to methods
whether to strip e.g. nm: from xml elements
xml_document
xml_document: xml_document method
character: filepath method
character
xpath
Other xpath: as.xml_document.numeric, xpath
as.xml_document.numeric
# NOT RUN { library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% as.xml_document # }
Run the code above in your browser using DataLab