Learn R Programming

nonmemica (version 1.0.8)

as.xml_document.character: Create xml_document From Character

Description

Creates an xml_document from character (modelname or filepath).

Usage

# S3 method for character
as.xml_document(x, strip.namespace = TRUE, ...)

Value

xml_document

Arguments

x

file path or run name

strip.namespace

whether to strip e.g. nm: from xml elements

...

passed to modelpath()

See Also

Other xpath: as.xml_document.numeric(), as.xml_document(), xpath.default(), xpath.xml_document(), xpath()