1 Matching Annotations
- Apr 2020
-
jrnold.github.io jrnold.github.io
-
function that directly calculates the number of unique values in a vector.
n_distinct is a faster and more concise equivalent of length(unique(x)).
-