Last chance! 50% off unlimited learning
Sale ends in
This function replaces all missing values with empty strings
stri_na2empty(x)
a character vector
Always returns a character vector.
Other utils: stri_list2matrix
,
stri_remove_empty
# NOT RUN {
stri_na2empty(c("a", NA, "", "b"))
# }
Run the code above in your browser using DataLab