View source: R/InteractDataframe.R
matchIndex | R Documentation |
Return the index of source vector matched with query vector
matchIndex(SourceInfo, queryInfo, queryType = TRUE)
SourceInfo |
the source vector |
queryInfo |
the query vector |
queryType |
logical If set it to accurate match (default: TRUE) |
the index of source vector matched with query vector
library(handyFunctions) data(grade) matchIndex(grade[, "name"], c("Ming Li", "Bang Wei"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.