with_value {edibble} | R Documentation |
Validation values
Description
This creates a list that is used later for creating data validation rules when the data is exported.
Usage
with_value(
operator = c("=", "==", ">=", "<=", "<", ">", "!="),
value = NULL,
between = NULL,
not_between = NULL
)
Arguments
operator |
Operator to apply. |
value |
An optional value related to operator |
between , not_between |
An optional numerical vector of size two where the
first entry is the minimum value and the second entry is the maximum value.
For |
Value
A list with two elements operator
and value
.
[Package edibble version 1.1.1 Index]