message_dt {NMdata}R Documentation

print a data.table

Description

print a data.table

Usage

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'.


[Package NMdata version 0.2.1 Index]