Description Usage Arguments Value Examples
Coerces a table to a frequency list
1 | as_freqlist(x)
|
x |
the object |
This function returns an object of the class "freqlist"
.
1 2 3 4 | toy_corpus <- "Once upon a time there was a tiny toy corpus.
It consisted of three sentence. And it lived happily ever after."
tokens <- tokenize(toy_corpus)
as_freqlist(table(tokens))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.