<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, Nov 4, 2011 at 9:15 AM, Chris Neff <<a href="mailto:caneff@gmail.com">caneff@gmail.com</a>> wrote:<br>
> I'd rather have the print.data.table function override the<br>
> print.data.frame one. How can I do this?<br>
<br>
Try:<br>
<br>
print.data.frame <- data.table:::print.data.table<br></blockquote><div><br></div><div>Does it create a copy of 'print.data.frame' in global environment? </div><div><br></div><div>> base:::print.data.frame <- data.table:::print.data.table</div>
<div><br></div><div>Is overwriting base better?</div><div><br></div><div>If print.data.frame is always called in global environment, I guess I worried too much. </div><div><br></div><div>Best regards,</div></div>