| is_keyboard_adjacent | R Documentation |
Check if two keys are adjacent
is_keyboard_adjacent(key1, key2)
key1 |
Character. First key |
key2 |
Character. Second key |
Logical
is_keyboard_adjacent("a", "s") # TRUE
is_keyboard_adjacent("a", "p") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.