On Tue, Apr 10, 2012 at 5:32 PM, R. Michael Weylandt <michael.weyla...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.