glimpse.corpus: Get a glimpse of a quanteda object

Description Usage Arguments Examples

View source: R/glimpse.R

Description

Implementation of glimpse for quanteda objects, allowing docvars to be viewed.

Usage

1
2
## S3 method for class 'corpus'
glimpse(x, width = NULL, ...)

Arguments

x

a corpus or quanteda object

width

width of the output; default to the width of the console

...

unused

Examples

1
glimpse(data_corpus_inaugural)

quanteda/quanteda.tidy documentation built on April 11, 2021, 3:44 p.m.