This function calls the R6 class constructor in such a way that new members can be added to the created objects.
Arguments
- ...
Arguments passed to the superclass constructor
- lock_objects
A logical value, indicates whether objects should be locked. See
R6Class
.