Man pages for shinyvalidate
Input Validation for Shiny Apps

compose_rulesCombine shinyvalidate rule functions
input_providedCheck whether an input value has been provided
InputValidatorShiny validation object
skip_validationSkip any normal validation performed by a rule
sv_betweenValidate that a field is a number bounded by minimum and...
sv_emailValidate that a field contains an email address
sv_equalValidate that a field is equal to a specified value
sv_gtValidate that a field is greater than a specified value
sv_gteValidate that a field is greater than or equal to a specified...
sv_in_setValidate that a field is part of a defined set
sv_integerValidate that a field is a number that is integer-like
sv_ltValidate that a field is less than a specified value
sv_lteValidate that a field is less than or equal to a specified...
sv_not_equalValidate that a field is not equal to a specified value
sv_numericValidate that a field is a number
sv_optionalIndicate that a field is optional
sv_regexValidate that a field matches a regular expression
sv_requiredValidate that the field is present
sv_urlValidate that a field contains a URL
shinyvalidate documentation built on Oct. 4, 2023, 5:09 p.m.