Remove empty strings from a character vector
removeEmptyLines(strings)
strings
A character vector
tidyrules:::removeEmptyLines(c("abc", "", "d"))