| keyboard_mash | R Documentation |
Adds random adjacent characters to simulate accidental key presses.
keyboard_mash(word, n_extra = 3L)
word |
Character. Base word |
n_extra |
Integer. Number of extra characters to add |
Character. Word with extra characters
set.seed(456)
keyboard_mash("powerful") # Might produce "powerfulnnz"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.