powered by
Check if two keys are adjacent
is_keyboard_adjacent(key1, key2)
Logical
Character. First key
Character. Second key
is_keyboard_adjacent("a", "s") # TRUE is_keyboard_adjacent("a", "p") # FALSE
Run the code above in your browser using DataLab