Learn R Programming

SemNetCleaner (version 0.9.9)

best.guess: Best guess function

Description

A wrapper function for best guess spelling

Usage

best.guess(vec, database)

Arguments

vec

Vector of potential options

database

The database to search for best guesses in

Value

The best guess(es) of the word

Examples

Run this code
# NOT RUN {
best.guess("bomba", animals.database)

# }

Run the code above in your browser using DataLab