Join_Names: Joins one or more lookup tables to table containing ID values...

View source: R/utility_functions.R

Join_NamesR Documentation

Joins one or more lookup tables to table containing ID values Function joins Lookup tables (LUTS) to dataframe containing ID_NO: Name combinations

Description

Joins one or more lookup tables to table containing ID values Function joins Lookup tables (LUTS) to dataframe containing ID_NO: Name combinations

Usage

Join_Names(myDF, LUTS = c("TFI_LUT", "FIREFMZ_LUT", "REG_LUT", "DELWP_LUT"))

Arguments

myDF

dataframe or similar containing indices for the LUTS listed, to which the LUTS will be dplyr::left_joined

LUTS

vector of names of LUTS in memory defaults =c("TFI_LUT","FIREFMZ_LUT","REG_LUT","DELWP_LUT")

Value

a data.frame with the LUTS joined to it


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.