|
|
|
|
|
by zelda_1
2553 days ago
|
|
`no beginner needs to learn how to write classes in R`.
a) using classes properly is great for all level R users;
b) a major reason that classes are not widely used (for beginners) is that S3/S4 are not easy to follow. R6 provides a natural and clear way to understand and write classes (especially for beginners). |
|