Description Usage Arguments Value Examples
Function to identify non-constant columns (NA is treated as a unique value).
1 | not_all_same(x)
|
x |
A vector. |
Logical.
1 | data.frame(x = c(1, 1), y = c(1, NA)) %>% dplyr::select_if(not_all_same)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.