DOLLAR< -.BasicObject {R.oo} | R Documentation |
Makes the fields and methods of an BasicObject assignable via the $<- and the [[<- operator.
"$<-.Object"(this, name, value) "[[<-.Object"(this, name, value)
name |
The name of the code{set<Name>()} method or the name of the field to be assigned the new value. |
value |
The value to be assigned. |
Returns itself, i.e. this
, as all $<-
methods must do.
Henrik Bengtsson http://www.braju.com/R/
For more information see BasicObject
.