1 Matching Annotations
  1. Apr 2020
    1. 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)).