ValidatorNonEmpty {shinyreforms}R Documentation

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()

Value

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


[Package shinyreforms version 0.0.1 Index]