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