string_empty.Rd
Just return TRUE or FALSE if strings given are empty ("empty" can include NULL, NA, whitespace only, "")
string_empty(text)
Character string, or vector of strings, text to test if it is empty
Logical vector of same length as `text`, whether or not the string is empty