R/utils.R

n_distinct <- function(x){
  length(unique(x))
}
s-fleck/rotspot documentation built on May 9, 2019, 7:37 a.m.