dedupe function

Removes duplicate observations within collected data

Removes duplicate observations within collected data

dedupe(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 all data based on unique values within collected data

Examples

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