View source: R/utility_functions.R
Join_Names | R Documentation |
Joins one or more lookup tables to table containing ID values Function joins Lookup tables (LUTS) to dataframe containing ID_NO: Name combinations
Join_Names(myDF, LUTS = c("TFI_LUT", "FIREFMZ_LUT", "REG_LUT", "DELWP_LUT"))
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") |
a data.frame with the LUTS joined to it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.