Learn R Programming

readtext (version 0.91)

texts: Get corpus texts [deprecated]

Description

Get the texts from a readtext object.

Usage

texts(x, ...)

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

Value

a character vector of the texts in the corpus

Arguments

x

a readtext object

...

not used

Details

This function is deprecated.

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