powered by
Plus equal operator
object %+=% value
NULL. Used for the side effect of changing the value of object
object
object to which to add something
object to add
x <- 4 x %+=% 4 x
Run the code above in your browser using DataLab