View source: R/general_functions.R
drop_dupes | R Documentation |
Drop duplicate responses from the data set
drop_dupes(df, col)
df |
the data frame |
col |
the UNQUOTED column to drop duplicate entries from. MUST BE a character string (otherwise just use the distinct verb from dplyr). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.