summaryrefslogtreecommitdiff
path: root/math/R-zeallot/DESCR
blob: ca8cd63e7a092144c678ddc00f9e8e9ab2790403 (plain)
1
2
3
4
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.