powered by
Does a vector have non-zero variability?
does_vary(x, na.rm = TRUE)
Input variable
If TRUE missing values are removed before calculation
Logical. TRUE is there is variability
# NOT RUN { summarise_all(diamonds, funs(does_vary)) %>% as.logical # }
Run the code above in your browser using DataLab