R/fastdf.R

fastdf <- function (list) {
  rows <- unique(unlist(lapply(list, NROW)))
  class(list) <- "data.frame"
  attr(list, "row.names") <- c(NA_integer_, -rows)
  list
}

Try the sss package in your browser

Any scripts or data that you put into this service are public.

sss documentation built on Aug. 14, 2022, 5:05 p.m.