powered by
Infix operator for python-style tuple assignment
l %=% rg(...)
g(...)
left-hand side: "tuple" or variables created by g()
g()
right-hand side: Vector to assign to left-hand side variable
Left-hand side variables to group
Last assigned value
# NOT RUN { g(a,b) %=% c(1,2) # equivalent to a <- 1; b <- 2 # }
Run the code above in your browser using DataLab