Learn R Programming

polmineR (version 0.7.9)

corpus: Get corpus.

Description

Calling corpus() will return the corpora available. If the param 'packges' (logical) is TRUE, packages that include a corpus are returned.

Usage

corpus(object)

# S4 method for partition corpus(object)

# S4 method for bundle corpus(object)

# S4 method for missing corpus()

Arguments

object

the object

Details

If object is a partition or partition_bundle-object, the corpus the respective object is derived from is returned.