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

R6

Encapsulated Classes with Reference Semantics

Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.

Functions (3)

R6

Encapsulated Classes with Reference Semantics

v2.5.0
MIT + file LICENSE
Authors
Winston Chang [aut, cre]
Initial release

We don't support your browser anymore

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