Creation of Input Validator ObjectsThe shinyvalidate package offers an |
|
---|---|
Shiny validation object |
|
Check whether an input value has been provided |
|
Skip any normal validation performed by a rule |
|
Rule FunctionsThe shinyvalidate rule functions are used to perform the checking of input fields and they are assigned to and managed by a Validator object. This variety of |
|
Validate that a field is a number |
|
Validate that a field is a number that is integer-like |
|
Validate that a field is a number bounded by minimum and maximum values |
|
Validate that a field matches a regular expression |
|
Validate that a field contains an email address |
|
Validate that a field contains a URL |
|
Validate that a field is greater than a specified value |
|
Validate that a field is greater than or equal to a specified value |
|
Validate that a field is less than or equal to a specified value |
|
Validate that a field is less than a specified value |
|
Validate that a field is equal to a specified value |
|
Validate that a field is not equal to a specified value |
|
Validate that a field is part of a defined set |
|
Validate that the field is present |
|
Indicate that a field is optional |
|
Combine shinyvalidate rule functions |