[R] plyr: set '.progress' argument to default to "text"
Liviu Andronic
landronimirc at gmail.com
Tue Apr 10 18:06:15 CEST 2012
On Tue, Apr 10, 2012 at 5:32 PM, R. Michael Weylandt
<michael.weylandt at gmail.com> wrote:
> You might try the Defaults package.
>
Thanks for the hint. Unfortunately
> library(Defaults)
> setDefaults('create_progress_bar', name = "text")
doesn't do the trick. But one can set defaults for each *ply()
function individually:
> setDefaults('ddply', .progress = "text")
> setDefaults('daply', .progress = "text")
Regards
Liviu
More information about the R-help
mailing list