perm_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

Description

Look up a title in a data set of titles given a permutation

Usage

1
perm_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

Value

The proper title of interest from the full data set

Examples

1
perm_lookup(movies, "title", "man the she's")

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