print.ngram {ngramr} | R Documentation |
Print n-gram contents
Description
Print n-gram contents
Usage
## S3 method for class 'ngram'
print(x, rows = 6, ...)
Arguments
x |
ngram object as returned by |
rows |
number of rows to print. Default is 6. |
... |
additional parameters passed to default print method. |
Examples
x <- ngram(c("hacker", "programmer"), year_start = 1950)
print(x)
[Package ngramr version 1.9.3 Index]