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

string_not_empty(text)

Arguments

text

Charcter string or vector of strings, text to test if it is not empty

Value

Logical with same length as text, whether or not the string exists and has characters in it