R/duplicates.toremove.r

Defines functions duplicates.toremove

duplicates.toremove = function(x) {
  which(x %in% x[which(duplicated(x))])
}
jae0/emaf.base documentation built on May 28, 2019, 9:58 p.m.