Learn R Programming

SemNetCleaner (version 1.0.0)

chn.let: Change Letter

Description

A wrapper function for spell-checking (swaps each letter of the word with another nearby letter)

Usage

chn.let(word)

Arguments

word

Word to swap letters

Value

Returns a vector with each letter swapped for another

Examples

Run this code
# NOT RUN {
chn.let("bombae")

# }

Run the code above in your browser using DataLab