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

Matthew Dowle mdowle at mdowle.plus.com
Tue Nov 15 09:33:29 CET 2011


On Tue, 2011-11-08 at 16:28 -0600, Branson Owen wrote:
>
> 2011/11/8 Matthew Dowle <mdowle at mdowle.plus.com>
>         > Interesting! I posted that problematic suggestion is because
>         it worked
>         > for me in other case before. I was trying to overwrite
>         data.table's
>         > default argument: 'nomatch' = 0 instead of NA. I can't find
>         a smart
>         > way to do it, 
>
>         We could very easily make the default changeable by user. It's
>         just
>         changing the argument to be
>         nomatch=getOption("datatable-nomatch",NA),
>         so then you can put "options(datatable-nomatch=0)" in
>         your .Rprofile.
>         Shall we do that?
> 
> 
> Oh, I will be moved to tears if you are willing to do that! ^^

Done. ;)





More information about the datatable-help mailing list