clone | R Documentation |
Copy an R6 class object
clone(x, deep = TRUE)
x |
R6 class object |
deep |
default TRUE; TRUE means deep copy, i.e. copied object is unlinked with the original one. |
identical but unlinked R6 object
data("dataset")
clone(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.