powered by
This function replaces all missing values with empty strings. See stri_replace_na for a generalization.
stri_replace_na
stri_na2empty(x)
Returns a character vector.
a character vector
Marek Gagolewski and other contributors
The official online manual of stringi at https://stringi.gagolewski.com/
Other utils: stri_list2matrix(), stri_remove_empty(), stri_replace_na()
stri_list2matrix()
stri_remove_empty()
stri_replace_na()
stri_na2empty(c('a', NA, '', 'b'))
Run the code above in your browser using DataLab