adjacent_key_typo: Generate adjacent-key typo

View source: R/keyboard.R

adjacent_key_typoR Documentation

Generate adjacent-key typo

Description

Replaces one or more characters with adjacent keys.

Usage

adjacent_key_typo(word, n_typos = 1L)

Arguments

word

Character. Word to typo-fy

n_typos

Integer. Number of typos to introduce (default 1)

Value

Character. Word with typos

Examples

set.seed(123)
adjacent_key_typo("hello")

covfefe documentation built on Jan. 26, 2026, 5:08 p.m.