getMatchDataFrame | R Documentation |
Select subset of rows of data.frame based on the order of defined row keys. Keys not in the data.frame will be ignored.
getMatchDataFrame(df, rowKeys, selectKeys)
df |
data.frame |
rowKeys |
vector, row keys for df |
selectKeys |
vector, keys we want to select in order |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.