sampler (version 0.2.4)

dupe: Identifies duplicate values within collected data

Description

Identifies duplicate values within collected data

Usage

dupe(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

Value

Returns table of duplicate values within collected data

Examples

Run this code
# 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