A function that mimics excels vlookup, but for R's dataframe.
vlookup(lookup_vector, df, match_var, return_var)A vector that contains the items of interest.
A function that works like the VLOOKUP function in excel. This function was borrowed from https://www.r-bloggers.com/an-r-vlookup-not-so-silly-idea/.
Other Data Manipulators:
convert_proportions(),
metacoder_comp_func_1(),
transformer(),
transposer()
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }