drop_dupes: Drop duplicate responses from the data set

View source: R/general_functions.R

drop_dupesR Documentation

Drop duplicate responses from the data set

Description

Drop duplicate responses from the data set

Usage

drop_dupes(df, col)

Arguments

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


ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.