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.


basictabler documentation built on June 26, 2021, 5:05 p.m.