R/message_dt.R
message_dt.Rd
print a data.table
message_dt(x, ...)
a data.table or something to be converted to a data.table.
passed to print.data.table.
defaults arguments to print.data.table (in addition to `x=dt` which cannot be overwritten) are `class=FALSE`, `print.keys=FALSE`, `row.names=FALSE`.