powered by
Remove empty strings from a character list.
StrListRemoveEmpties(char_list)
A list of character vectors.
StrListRemoveEmpties(list(c("a", "", "b"), "gg", c("", 1, "")))
Run the code above in your browser using DataLab