View source: R/replace_empty.R
replace_empty | R Documentation |
Convert empty strings into missing values.
replace_empty(x)
x |
A character vector |
A character vector with empty strings replaced by missing values.
x <- c("a", "", "c") replace_empty(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.