Concept Flow - R6 classes
Define R6 Class
Create Object (Instance)
Call Methods
Modify or Access Fields
Use or Update Object State
End or Reuse Object
This flow shows how you define an R6 class, create an object, call its methods, and access or modify its fields step-by-step.