detect_blend: Detect possible source words for a blend

View source: R/blend.R

detect_blendR Documentation

Detect possible source words for a blend

Description

Detect possible source words for a blend

Usage

detect_blend(blend, candidates)

Arguments

blend

Character. The blended word

candidates

Character vector. Possible source words

Value

Character vector. Most likely source words

Examples

detect_blend("brunch", c("breakfast", "lunch", "dinner"))

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