sanitizeNa | R Documentation |
Standardize empty strings (""
), character NAs ("NA"
), and NULL
values
inside a character vector to NA_character_
. Other atomic
data types are
returned unmodified.
sanitizeNa(object, ...)
object |
Object. |
... |
Additional arguments. |
Modified object.
Sanitized to contain proper NA
values.
showMethods("sanitizeNa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.