string_not_empty.Rd
Just return TRUE or FALSE if string given is not empty (i.e. not NULL, not NA, not whitespace, not "")
string_not_empty(text)
Charcter string or vector of strings, text to test if it is not empty
Logical with same length as text, whether or not the string exists and has characters in it