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