powered by
Adds random adjacent characters to simulate accidental key presses.
keyboard_mash(word, n_extra = 3L)
Character. Word with extra characters
Character. Base word
Integer. Number of extra characters to add
set.seed(456) keyboard_mash("powerful") # Might produce "powerfulnnz"
Run the code above in your browser using DataLab