Learn R Programming

inspectr (version 1.0.0)

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

Description

To be used with col_check.

Usage

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.