vlookup: use a key in one dataframe to look up a value in another

Description Usage Arguments Value

View source: R/vlookup.R

Description

use a key in one dataframe to look up a value in another

Usage

1
vlookup(this, df, key, value)

Arguments

this

key in the current data frame

df

dataframe with values of interest

key

key that corresponds to 'this' in the dataframe 'df'

value

value in the dataframe 'df' that is linked to 'key'

Value

dataframe


n3-initiative/n3r documentation built on Dec. 26, 2019, 12:30 a.m.