Returns metadata about a specific corpus without loading it.
Arguments
- corpus
Character string: name of the corpus.
Value
Invisible list with corpus metadata.
Examples
corpus_info("corpus_beyonce")
#> Corpus:
#> Name: corpus_beyonce
#> Type: bundled
#> Category: corpus
#> Rows: 83
#> Columns: 10
#> ✔ Available
#> Format: bundled with package
#> Load with: `data('corpus_beyonce')`