val_check: Check whether all values in the column fall within a set of...

Description Usage Arguments

Description

To be used with col_check.

Usage

1
val_check(x, values)

Arguments

x

the data that enters the function (the column specified in col_check)

values

contains a value or vector of values that contain the acceptable value(s) that may be found in the column. These values may be any data type - character strings, numeric values, etc.


inspectr documentation built on May 2, 2019, 5:15 a.m.