Description Usage Arguments Value See Also Examples
View source: R/thresholdcheck.R
This function tests whether there are unexpected values for a variable in a dataframe.
1 | thresholdcheck(.data, variable, vector)
|
.data |
dataframe which contains variable of interest |
variable |
variable which is being tested for thresholds |
vector |
vector containing expected values |
If there are rows with values outside of the expected values, a dataframe with these rows will appear.
1 2 | thresholdcheck(iris, Species, c("setosa"))
thresholdcheck(mtcars, cyl, 1:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.