| glimpse | R Documentation |
Implementation of glimpse for quanteda objects, allowing docvars to be viewed.
## S3 method for class 'corpus'
glimpse(x, width = NULL, ...)
x |
a corpus or quanteda object |
width |
width of the output; default to the width of the console |
... |
unused |
Invisibly returns the input corpus. Called primarily for its side effect of printing a summary to the console.
glimpse(data_corpus_inaugural)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.