nullif | R Documentation |
Set null values to empty strings
nullif(x)
x |
is a vector with null and nonnull values |
a character vector with null values replaced by an empty string
nullif(c(1,2,NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.