powered by
isTextValue is a utility function returns TRUE only when a text value is present. NULL, NA, character(0) and "" all return FALSE.
isTextValue
isTextValue(value)
TRUE if a non-blank text value is present.
The value to check.