Just return TRUE or FALSE if string given is not empty (i.e. not NULL, not NA, not whitespace, not "")

string_not_empty_single(text)

Arguments

text

Character string, text to test if it is not empty

Value

Logical, whether or not the string exists and has characters in it