R/showLot.R

Defines functions showLot

showLot = function(x) {
  lapply(names(x), function(y) x[y])  
}
philippstats/RRmisc documentation built on May 25, 2019, 5:04 a.m.