Does a vector have non-zero variability?
Does a vector have non-zero variability?
does_vary(x, na.rm = TRUE)
x |
Input variable |
na.rm |
If TRUE missing values are removed before calculation |
Logical. TRUE is there is variability
summarise_all(diamonds, does_vary) %>% as.logical()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.