On Tue, 2011-11-08 at 16:28 -0600, Branson Owen wrote: > > 2011/11/8 Matthew Dowle <[email protected]> > > 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. ;) _______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
