DOLLAR.BasicObject {R.oo}R Documentation

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

Description

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

Usage

  "$.BasicObject"(this, name)
  "[[.BasicObject"(this, name)

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 http://www.braju.com/R/

See Also

For more information see BasicObject.


[Package R.oo version 1.0 Index]