check_negative: Title check Negative values in a dataframe

Description Usage Arguments Value Examples

Description

Title check Negative values in a dataframe

Usage

1

Arguments

data

dataframe

Value

number of Negative values in dataframe

Examples

1
2
A = data.frame(B=c(1,2,3,-4),C=c(-1,-2,3,4))
check_negative(A)  # return 3

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