BASE$..len.. | R Documentation |
User could override this method in derived class.
BASE$..len..()
BASE$..len..()
# Inherit from BASE
TEST <- new_class(BASE, class_name = "TEST")
# Override the `..len..` method
register_method(TEST, ..len.. = function() 1)
TEST$..len..()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.