thresholdcheck: Threshold Check

Description Usage Arguments Value See Also Examples

View source: R/thresholdcheck.R

Description

This function tests whether there are unexpected values for a variable in a dataframe.

Usage

1
thresholdcheck(.data, variable, vector)

Arguments

.data

dataframe which contains variable of interest

variable

variable which is being tested for thresholds

vector

vector containing expected values

Value

If there are rows with values outside of the expected values, a dataframe with these rows will appear.

See Also

mass_ttest

Examples

1
2
thresholdcheck(iris, Species, c("setosa"))
thresholdcheck(mtcars, cyl, 1:5)

MarvinLawPhD/datasummariser documentation built on Aug. 11, 2020, 6:25 p.m.