Description Usage Arguments Details Value Examples
Creates tidy NA entries - NA equivalent strings are tidied to actual NA values
1 2 3 4 5 | tidyNA(x, ...)
tidyNA_low(x, ...)
isNAstring(x, string = NULL, defaultstrings = TRUE)
|
x |
Vector |
... |
passed to isNAstring |
string |
vector of full strings to be replaced by NA |
defaultstrings |
by default (TRUE), the following strings will be replaced by NA values: c("\.+", "", "\s+", "n/a", "na", "null", "^-$"). |
tidyNA_low is an internal function used for VA cleaning returning a lower case vector.
character vector
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.