rcorpus | R Documentation |
Generate a corpus of random "words".
rcorpus(nwords = 50, alphabet = letters, minwordlen = 1, maxwordlen = 6)
nwords |
Number of words to generate. |
alphabet |
The pool of "letters" that word generation coes from. By default, it is the lowercase roman alphabet. |
minwordlen , maxwordlen |
The min/max length of words in the generated corpus. |
A string.
rcorpus(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.