isTextValue: Check whether a text value is present.

View source: R/utilities.R

isTextValueR Documentation

Check whether a text value is present.

Description

isTextValue is a utility function returns TRUE only when a text value is present. NULL, NA, character(0) and "" all return FALSE.

Usage

isTextValue(value)

Arguments

value

The value to check.

Value

TRUE if a non-blank text value is present.


cbailiss/pivottabler documentation built on Oct. 14, 2023, 9:38 a.m.