dupe function

Identifies duplicate values within collected data

Identifies duplicate values within collected data

dupe(df, col_name)

Arguments

  • df: object containing data frame of collected data
  • col_name: variable within data frame by which to filter for duplicate values

Returns

Returns table of duplicate values within collected data

Examples

aldupe <- rsamp(df=albania, n=390, rep=TRUE) dupe(df=aldupe, col_name=qvKod)
  • Maintainer: Michael Baldassaro
  • License: MIT + file LICENSE
  • Last published: 2019-09-15