powered by
FindDups(data, Vars, NotDups = FALSE, test = FALSE, ...)
data
TRUE
duplicated
test = TRUE
Data <- data.frame(ID = c(1, 1, 2, 2), Value = c(1, 2, 3, 4)) FindDups(Data, Vars = 'ID')
Run the code above in your browser using DataLab