Learn R Programming

shinyreforms (version 0.0.1)

ValidatorNonEmpty: Validator requiring non-emptiness.

Description

The validator will return FALSE if the input is NULL, an empty vector, or an empty string ("") and FALSE otherwise.

Usage

ValidatorNonEmpty()

Arguments

Value

A Validator to check if an input is non-empty.