print a data.table

message_dt(x, ...)

Arguments

x

a data.table or something to be converted to a data.table.

...

passed to print.data.table.

Details

defaults arguments to print.data.table (in addition to `x=dt` which cannot be overwritten) are `class=FALSE`, `print.keys=FALSE`, `row.names=FALSE`.