Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DOLLAR.BasicObject

Makes the fields and methods of an BasicObject accessible via the \$ and the [[ operator


Description

Makes the fields and methods of an BasicObject accessible via the \$ and the [[ operator.

Usage

## S3 method for class 'BasicObject'
this$name
  ## S3 method for class 'BasicObject'
this[[name, exact=TRUE]]

Arguments

name

The name of the field or method to be accessed.

Value

Returns the value of a field or a method (function). If no such field or method exists, NULL is returned.

Author(s)

Henrik Bengtsson

See Also

For more information see BasicObject.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.