Learn R Programming

covfefe (version 1.0.0)

detect_blend: Detect possible source words for a blend

Description

Detect possible source words for a blend

Usage

detect_blend(blend, candidates)

Value

Character vector. Most likely source words

Arguments

blend

Character. The blended word

candidates

Character vector. Possible source words

Examples

Run this code
detect_blend("brunch", c("breakfast", "lunch", "dinner"))

Run the code above in your browser using DataLab