Learn R Programming

shinyreforms (version 0.0.1)

ValidatorMinLength: Validator requiring minimum length.

Description

Will return TRUE for strings longer than the minimum value.

Usage

ValidatorMinLength(minLength)

Arguments

minLength

Minimum length of the input.

Value

A Validator checking that the input value is of length at least minLength.