Get the texts from a readtext object.

texts(x, ...)

# S3 method for readtext
texts(x, ...)

Arguments

x

a readtext object

...

not used

Value

a character vector of the texts in the corpus

Details

This function is deprecated.

Use as.character.readtext() to turn a readtext object into a simple named character vector of documents.