dup_tag | R Documentation |
Evaluating Duplicates in a column (Indexing or Counting)
dup_tag(
column,
index=FALSE,
na.rm = TRUE,
)
column |
the column where ducplicated are beign evaluated |
index |
FALSE is one wants the duplicates to be indixed, and TRUE for duplicated to be indicated by number of occurence. |
na.rm |
TRUE is you want NA or empty responses to be evaluated... |
##NOT RUN
##dup_tag(column)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.