Description Usage Arguments Details Value See Also Examples
A function that mimics excels vlookup, but for R's dataframe.
1 |
lookup_vector |
A vector of items to look up. |
df |
The dataframe to search. |
match_var |
The column name to search in the dataframe. |
return_var |
The column of data to return when matched. |
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/.
A vector that contains the items of interest.
Other Data Manipulators: convert_proportions
,
metacoder_comp_func_1
,
transformer
, transposer
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.