[datatable-help] Override the data.frame print function

Tom Short tshort.rlists at gmail.com
Fri Nov 4 14:24:52 CET 2011


On Fri, Nov 4, 2011 at 9:15 AM, Chris Neff <caneff at gmail.com> wrote:
> I'd rather have the print.data.table function override the
> print.data.frame one. How can I do this?

Try:

print.data.frame <- data.table:::print.data.table


More information about the datatable-help mailing list