Learn R Programming

nonmemica (version 1.0.8)

as.xml_document: 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 xml_document as.xml_document(x, ...)

Value

xml_document

xml_document

Arguments

x

xml_document

...

ignored

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

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

Run the code above in your browser using DataLab