print.ngram | R Documentation |
Print n-gram contents
## S3 method for class 'ngram'
print(x, rows = 6, ...)
x |
ngram object as returned by |
rows |
number of rows to print. Default is 6. |
... |
additional parameters passed to default print method. |
x <- ngram(c("hacker", "programmer"), year_start = 1950)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.