Hapus semua string kosong dari R
library(stringi)
stri_remove_empty(x, na_empty = FALSE)
Mushy Meerkat
library(stringi)
stri_remove_empty(x, na_empty = FALSE)