spell_lookup: Look up a title in a data set of titles given a permutation...

Description Usage Arguments Value Examples

View source: R/perm_lookup.R View source: R/spell_lookup.R

Description

Look up a title in a data set of titles given a permutation and/or misspelling

Usage

1
spell_lookup(data, column, input)

Arguments

data

Data frame of any kind

column

Character of the name of the variable of interest

input

Character of the full title of the variable of interest, in any permutation or misspelling

Value

The proper title of interest from the full data set

Examples

1
spell_lookup(movies, "title", "tyo 2 story")

hnasif/movies documentation built on May 17, 2019, 4:36 p.m.