Description Usage Arguments Value Author(s) See Also Examples
Generate a random combination of English alphabets of length n
.
1 | random_word(n)
|
n |
A natural number. This is the number of characters in a generated word. |
A character having n
characters.
Junkyu Park
1 2 3 | set.seed(1024)
random_word(5)
random_word(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.