with_value | R Documentation |
This creates a list that is used later for creating data validation rules when the data is exported.
with_value(
operator = c("=", "==", ">=", "<=", "<", ">", "!="),
value = NULL,
between = NULL,
not_between = NULL
)
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 |
A list with two elements operator
and value
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.