distinct_ids | R Documentation |
Counts the number of unique ids within a dataframe
distinct_ids(df, id = id)
df |
Dataframe. |
id |
Column which is the id, default = id. |
Number of individual ids
mtcars$id <- 1:32 distinct_ids(mtcars) #32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.