Text-class | R Documentation |
Reference class representing text content
as.vector for Text classes
as.character for Text classes
## S4 method for signature 'Text' as.vector(x) ## S4 method for signature 'Text' as.character(x)
x |
the object to convert |
An XML character sequence. Provides a modular, parentable method of representing text.
as.vector
: as.vector(Text)
as.character
: as.character(Text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.