| adjacent_key_typo | R Documentation |
Replaces one or more characters with adjacent keys.
adjacent_key_typo(word, n_typos = 1L)
word |
Character. Word to typo-fy |
n_typos |
Integer. Number of typos to introduce (default 1) |
Character. Word with typos
set.seed(123)
adjacent_key_typo("hello")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.