Object Oriented Programming in R (Part 4): Reference Classes & R6 Classes

In our last article, we explored the S4 OOP system in R. Up until this point, we had only discussed functional OOP systems in R. Today, we are going to learn about two encapsulated OOP systems available for R: Reference Classes –  introduced to R in 2010 in version 2.12.0 (source). Sometimes also ...


Continue reading: Object Oriented Programming in R (Part 4): Reference Classes & R6 Classes


http://dlvr.it/TBZ3LX

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut