R/as_data_frame_ldat.R

Defines functions as.data.frame.ldat

#' @export
as.data.frame.ldat <- function(x, ...) {
  res <- lapply(x, as_rvec)
  as.data.frame(res, stringsAsFactors = FALSE)
}

Try the ldat package in your browser

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

ldat documentation built on March 26, 2020, 7:59 p.m.