detect_typo_type: Detect likely typo type

View source: R/detect.R

detect_typo_typeR Documentation

Detect likely typo type

Description

Detect likely typo type

Usage

detect_typo_type(typo, intended = NULL)

Arguments

typo

Character. The typo'd word

intended

Character. The intended word (if known)

Value

List with possible_types and confidence scores

Examples

detect_typo_type("tesy", "test")

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