stri_na2empty | R Documentation |
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.
Marek Gagolewski and other contributors
The official online manual of stringi at https://stringi.gagolewski.com/
Gagolewski M., stringi: Fast and portable character string processing in R, Journal of Statistical Software 103(2), 2022, 1-59, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v103.i02")}
Other utils:
stri_list2matrix()
,
stri_remove_empty()
,
stri_replace_na()
stri_na2empty(c('a', NA, '', 'b'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.