af2d28e8e7
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.
4 lines
250 B
Text
4 lines
250 B
Text
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.
|