dupe {sampler} | R Documentation |
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
aldupe <- rsamp(df=albania, n=390, rep=TRUE)
dupe(df=aldupe, col_name=qvKod)
[Package sampler version 0.2.4 Index]