as.xml_document.character: Create xml_document From Character

View source: R/xpath.R

as.xml_document.characterR 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()


bergsmat/nonmemica documentation built on Sept. 15, 2023, 9:22 a.m.