get.value | R Documentation |
a lookup function to match an ID and return the matching values
get.value(id, lookupvector)
id |
a character-string you want to match on |
lookupvector |
a named vector you will search for your id |
This one needs more documentation. I don't remember what it returns as I wrote it a long time ago. Could be a vector of matching values, or could be a vector of positions you can then filter the lookupvector on to return the values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.