powered by
object %+=% value
object
### standard examples x <- 4 x %+=% 4 x ### XML examples with the R4X package require("R4X") x <- xmlNode( "test" ) x %+=% '<foo><bar/></foo>' x
Run the code above in your browser using DataLab