as.xml_document: Create an xml_document in a Project Context

View source: R/xpath.R

as.xml_documentR 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)

  • as.xml_document(xml_document): xml_document method

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

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