Package: collectArgs
Title: Quickly and Neatly Collect Arguments from One Environment to
        Pass to Another
Version: 0.4.0
Authors@R: c(Rick = person(given="Rick", family="Saporta", email="RickSaporta@gmail.com", role=c("aut","cre"), comment=NULL))
Description: We often want to take all (or most) of the objects in one environment (such as the parameter values of a function) and pass them to another. This might be calling a second function, or iterating over a list, calling the same function. These functions wrap often repeated code.
    Current stable version (committed on October 14, 2017).
Depends: R (>= 3.0.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Imports: magrittr, stats
RoxygenNote: 6.0.1.9000
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-10-14 04:12:25 UTC; rsaporta
Author: Rick Saporta [aut, cre]
Maintainer: Rick Saporta <RickSaporta@gmail.com>
Repository: CRAN
Date/Publication: 2017-10-14 15:06:49 UTC
Built: R 4.0.2; ; 2020-07-15 11:04:34 UTC; unix
