vlookup | R Documentation |
Excel vlookup
vlookup(this, df, key, value)
this |
The value to lookup |
df |
the dataframe to look up |
key |
String length 1? the col name of the df to look up |
value |
String length 1? the col name of the df to return This comes from the 'Goddess' See https://twitter.com/JennyBryan/status/980978609794895872 https://www.r-bloggers.com/2018/04/an-r-vlookup-not-so-silly-idea/ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.