View source: R/constraints.checkMinLength.R
constraints.checkMinLength | R Documentation |
Specify the minimum length of a character
constraints.checkMinLength(constraint, value)
constraint |
numeric constraint, minimum character length |
value |
character to meet the constraint |
TRUE if character length is equal to or greater than the constraint
constraints.checkMinLength(constraint = list(3), value = "hi") constraints.checkMinLength(constraint = 2, value = "hello")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.