vlookup: Look up corresponding values from a lookup table

Description Usage Arguments Value

View source: R/helpers.R

Description

Look up corresponding values from a lookup table

Usage

1
vlookup(list, table, col_1, col_2)

Arguments

list

A string vector - keys

table

A tibble - the lookup table

col_1

An integer - column index of the keys

col_2

An integer - column index of the values

Value

A string vector.


xmc811/Scillus documentation built on April 26, 2021, 1:41 a.m.