match_value: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
match_value(data, colName, value1)

Arguments

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

Value

total rows with matched value

Examples

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))]

pkchouhan14/customerChurnUU documentation built on May 28, 2019, 5:55 p.m.