dup_tag: Evaluating Duplicates in a column (Indexing or Counting)

View source: R/dup_tag.R

dup_tagR Documentation

Evaluating Duplicates in a column (Indexing or Counting)

Description

Evaluating Duplicates in a column (Indexing or Counting)

Usage

  dup_tag(
    column,
    index=FALSE,
    na.rm = TRUE,
  )

Arguments

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...

Examples

  ##NOT RUN
  ##dup_tag(column)

Waiguru254/surveycto documentation built on July 4, 2024, 11:30 a.m.