R/res_dat.R

res_dat <- function(.df) {
  tapply(.df[,4], .df[,1], length)
}
arcaravaggi/remBoot documentation built on May 10, 2019, 12:49 p.m.