Validation | R Documentation |
Check expression
gt()
greater than
Validation$gt(minimum)
minimum
(object): placeholder
ge()
greater equals
Validation$ge(minimum)
minimum
(object): placeholder
lt()
less than
Validation$lt(maximum)
maximum
(object): placeholder
le()
less equals
Validation$le(maximum)
maximum
(object): placeholder
isin()
is in
Validation$isin(expected)
expected
(object): placeholder
istype()
is data type
Validation$istype(expected)
expected
(object): placeholder
clone()
The objects of this class are cloneable with this method.
Validation$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.