R/print.lum_export.R

Defines functions print.lum_export

#' @export
print.lum_export <- function(x, ...){
    cat("Dataframes: \n")
    cat(names(x))
    cat("\n")
}

Try the drLumi package in your browser

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

drLumi documentation built on May 2, 2019, 2:45 p.m.