[datatable-help] Avoiding print when using := ?

Allan Engelhardt (CYBAEA) allane at cybaea.com
Fri Sep 14 07:56:38 CEST 2012


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



More information about the datatable-help mailing list