Learn R Programming

SemNetCleaner (version 1.0.0)

miss.let: Missing Letter

Description

A wrapper function for spell-checking (removes each letter from the word)

Usage

miss.let(word)

Arguments

word

Character. Word to remove letters

Value

Returns a vector with each letter from the word missing

Examples

Run this code
# NOT RUN {
miss.let("bombay")

# }

Run the code above in your browser using DataLab