string_not_empty_single.Rd
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)
Character string, text to test if it is not empty
Logical, whether or not the string exists and has characters in it