Replace NAs with Empty Strings
This function replaces all missing values with empty strings.
See stri_replace_na
for a generalization.
stri_na2empty(x)
x |
a character vector |
Returns a character vector.
Other utils:
stri_list2matrix()
,
stri_remove_empty()
,
stri_replace_na()
stri_na2empty(c('a', NA, '', 'b'))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.