Description Usage Arguments Examples
Handlers for missing values
1 2 3 4 5 | na_starts_with(x)
na_ends_with(x)
na_elsewhere(x)
|
x |
A vector. |
1 2 3 4 | x <- c(rep(NA, 4), 10:6, NA, NA, 4:1, NA)
na_starts_with(x)
na_ends_with(x)
na_elsewhere(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.