R/res_dat.R

res_dat <- function(.df) {
  tapply(.df[,4], .df[,1], length)
}
arcaravaggi/RandEM documentation built on May 24, 2019, 3:03 a.m.