DOLLAR.BasicObject | R Documentation |
Makes the fields and methods of a BasicObject accessible via the $ and the [[ operator.
## S3 method for class 'BasicObject'
this$name
## S3 method for class 'BasicObject'
this[[name, exact=TRUE]]
name |
The name of the field or method to be accessed. |
Returns the value of a field or a method (function
).
If no such field or method exists, NULL
is returned.
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.