Description Public fields Active bindings Methods Examples
A template for building documented, tested R6 classes
id
identifier for a class object
id
identifier for a class object
new()
Creates a new instance of this [R6][R6::R6Class] class.
R6template$new(id)
id
character, an indentifier for this object
a new instance o R6template
getID()
accessor for the object's id field
R6template$getID()
the current value of the id member
clone()
The objects of this class are cloneable with this method.
R6template$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.