isTextValue: Check whether a text value is present.

Description Usage Arguments Value

View source: R/utilities.R

Description

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

Usage

1
isTextValue(value)

Arguments

value

The value to check.

Value

TRUE if a non-blank text value is present.


cbailiss/basictabler documentation built on July 2, 2021, 1:16 a.m.