R/is_negative.R

is_negative<-function(data,colName){
  countNegative <- sum((data[,colName]<0))
}
pkchouhan14/customerChurnUU documentation built on May 28, 2019, 5:55 p.m.