Hapus semua string kosong dari R

library(stringi)
stri_remove_empty(x, na_empty = FALSE)
Mushy Meerkat