Description Usage Arguments Value Examples
Title
1  | match_value(data, colName, value1)
 | 
data | 
 data frame  | 
value1 | 
 value to be checked for  | 
colVal | 
 columnName or column Number that need to be checked for specific values  | 
value2 | 
 value to be chekced for  | 
total rows with matched value
1 2 3  | from flight data check the delayed
iris$Species[which(match_value(iris,4,0.1,0.5))]
iris$Species[which(match_value(iris,"Petal.Width",0.1,0.5))]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.