BASE$..str.. | R Documentation |
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..()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.