powered by
Copy an R6 class object
clone(x, deep = TRUE)
identical but unlinked R6 object
R6 class object
default TRUE; TRUE means deep copy, i.e. copied object is unlinked with the original one.
data("dataset") clone(dataset)
Run the code above in your browser using DataLab