Description: Provides a %<-% operator to perform multiple, unpacking, and destructuring assignment in R. The operator unpacks the right-hand side of an assignment into multiple values and assigns these values to variables on the left-hand side of the assignment.
Packaged: 2018-01-27 17:18:33 UTC; nteetor
License: MIT + file LICENSE
Title: Multiple, Unpacking, and Destructuring Assignment
Encoding: UTF-8
URL: https://github.com/nteetor/zeallot
BugReports: https://github.com/nteetor/zeallot/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Maintainer: Nathan Teetor <nathanteetor@gmail.com>
Type: Package
Repository: CRAN
Version: 0.1.0
Suggests: testthat, knitr, rmarkdown, purrr, magrittr
NeedsCompilation: no
Author: Nathan Teetor [aut, cre], Paul Teetor [ctb]
Package: zeallot
Authors@R: c( person(given = "Nathan", family = "Teetor", email = "nathanteetor@gmail.com", role = c("aut", "cre")), person(given = "Paul", family = "Teetor", role = "ctb"))
Date/Publication: 2018-01-28 16:14:13 UTC
