powered by
This function returns a string representation of the object.
BASE$..str..()
A string.
BASE$..str..() # Inherit from BASE TEST <- new_class(BASE, class_name = "TEST") TEST$..str..() # Instantiate test <- BASE$instantiate() test$..str..()
Run the code above in your browser using DataLab