On Fri, Nov 4, 2011 at 9:15 AM, Chris Neff <[email protected]> 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 >
Does it create a copy of 'print.data.frame' in global environment? > base:::print.data.frame <- data.table:::print.data.table Is overwriting base better? If print.data.frame is always called in global environment, I guess I worried too much. Best regards,
_______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
