Learn R Programming

XR (version 0.7.2)

MiscMethods: Miscellaneous methods

Description

Convenience methods are provided for operator $ to give more informative error messages if AssignedProxy objects are assumed incorrectly to have a proxy class definition.

Usage

# S4 method for AssignedProxy
$(x, name)

# S4 method for AssignedProxy $(x, name) <- value

Arguments

x, name, value

Arguments to the operator.

References

Chambers, John M. (2016) Extending R, Chapman & Hall/CRC. ( Chapter 13, discussing this package, is included in the package: ../doc/Chapter_XR.pdf.)