DOLLAR< -.BasicObject | R Documentation |
Makes the fields and methods of a BasicObject assignable via the $<- and the [[<- operator.
## S3 replacement method for class 'BasicObject'
this$name <- value
## S3 replacement method for class 'BasicObject'
this[[name]] <- value
name |
The name of the 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
For more information see BasicObject
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.