On 13/09/12 23:42, Steve Lianoglou wrote:
Perhaps the `nrows` param in print.data.table should be user
configurable by some `option`, maybe something like:

print.data.table <- function(x,
nrows=getOption('datatable.print.nrows', 100), ...) { ... }

Then you could `options(datatable.print.nrows=20)` if 100 is too high ...

Maybe?

-steve

I really like this suggestion. You could perhaps even set it to 0 temporarily while you were doing lots of := work. Do you want to raise a feature request Steve?

Allan

_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help

Reply via email to