as.xml_document {nonmemica}R Documentation

Create an xml_document in a Project Context

Description

Creates an xml_document in a project context.

Coerces xml_document to xml_document

Usage

as.xml_document(x, ...)

## S3 method for class 'xml_document'
as.xml_document(x, ...)

Arguments

x

xml_document

...

ignored

Value

xml_document

xml_document

Methods (by class)

See Also

xpath

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

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

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.xml_document

[Package nonmemica version 1.0.8 Index]