Description Usage Arguments Value See Also Examples
performs a validation check on the barcodes fields
1 | validateBarCodes(inputs, pattern = "^IMB_\\w+_\\d{3,5}$")
|
inputs |
isolated input list |
pattern |
regex pattern to be matched the barcodes |
list of validation results
Validated
1 2 3 4 | ## Not run:
validateBarCodes(isolate(reactiveValuesToList(input)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.