powered by
length(unique(x))
n_distinct(x)
x <- sample(1:10, 1e5, rep = TRUE) length(unique(x)) n_distinct(x)
Run the code above in your browser using DataLab