Removes duplicate observations within collected data
dedupe(df, col_name)
df
: object containing data frame of collected datacol_name
: variable within data frame by which to filter for duplicate valuesReturns table of all data based on unique values within collected data
aldupe <- rsamp(df=albania, n=390, rep=TRUE) dedupe(df=aldupe, col_name=qvKod)