Description Usage Arguments Value Examples
This function does a vectorized lookup on a data.frame. That is, each individual row is matched with a particular column.
1 |
df |
A data.frame |
rowValues |
A vector of the row values to lookup, matched element by element with colValues |
colValues |
A vector of the column values to lookup, matched element by element with rowValues |
A vector from df[x,y] where x and y are pulled in matched pairs
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.