Liviu Andronic
2012-Apr-10 14:54 UTC
[R] plyr: set '.progress' argument to default to "text"
Dear all Is it possible to set globally the option .progress = "text" to all the apply functions in 'plyr'. For example, current default is daply(..., .progress = "none"). I would like to set it to daply(..., .progress = "text"), so as to avoid writing the argument every time I call such a function. I looked into ?daply and ?create_progress_bar without much luck. Regards Liviu -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
R. Michael Weylandt
2012-Apr-10 15:32 UTC
[R] plyr: set '.progress' argument to default to "text"
You might try the Defaults package. Michael On Tue, Apr 10, 2012 at 10:54 AM, Liviu Andronic <landronimirc at gmail.com> wrote:> Dear all > Is it possible to set globally the option .progress = "text" to all > the apply functions in 'plyr'. For example, current default is > daply(..., .progress = "none"). I would like to set it to daply(..., > .progress = "text"), so as to avoid writing the argument every time I > call such a function. I looked into ?daply and ?create_progress_bar > without much luck. > > Regards > Liviu > > > -- > Do you know how to read? > http://www.alienetworks.com/srtest.cfm > http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader > Do you know how to write? > http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail > > ______________________________________________ > R-help at 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.