<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 &lt;<a href="mailto:caneff@gmail.com">caneff@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;d rather have the print.data.table function override the<br>
&gt; print.data.frame one. How can I do this?<br>
<br>
Try:<br>
<br>
print.data.frame &lt;- data.table:::print.data.table<br></blockquote><div><br></div><div>Does it create a copy of &#39;print.data.frame&#39; in global environment? </div><div><br></div><div>&gt; base:::print.data.frame &lt;- 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>