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