R/message_dt.R

Defines functions message_dt

##' @keywords internal
message_dt <- function(dt,as.fun){
    message(paste(capture.output(print(as.fun(dt))),collapse="\n"))
    }

Try the NMdata package in your browser

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

NMdata documentation built on April 4, 2025, 2:11 a.m.