as.xml_document | R Documentation |
Creates an xml_document in a project context.
Coerces xml_document to xml_document
as.xml_document(x, ...)
## S3 method for class 'xml_document'
as.xml_document(x, ...)
x |
xml_document |
... |
ignored |
xml_document
xml_document
as.xml_document(xml_document)
: xml_document method
xpath
Other xpath:
as.xml_document.character()
,
as.xml_document.numeric()
,
xpath()
,
xpath.default()
,
xpath.xml_document()
Other xpath:
as.xml_document.character()
,
as.xml_document.numeric()
,
xpath()
,
xpath.default()
,
xpath.xml_document()
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.xml_document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.