powered by
Removes duplicate observations within collected data
dedupe(df, col_name)
object containing data frame of collected data
variable within data frame by which to filter for duplicate values
Returns table of all data based on unique values within collected data
# NOT RUN { aldupe <- rsamp(df=albania, n=390, rep=TRUE) dedupe(df=aldupe, col_name=qvKod) # }
Run the code above in your browser using DataLab