View source: R/quanteda-methods.R
texts | R Documentation |
Get the texts from a readtext object.
texts(x, ...)
## S3 method for class 'readtext'
texts(x, ...)
x |
a readtext object |
... |
not used |
This function is deprecated.
Use as.character.readtext()
to turn a readtext object into a simple named
character vector of documents.
a character vector of the texts in the corpus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.