Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

clone

Copy an R6 class object completely


Description

Copy an R6 class object completely

Usage

clone(x, deep = TRUE)

Arguments

x

R6 class object

deep

default TRUE; deep copy

Value

identical but unrelated R6 object.

Examples

data("dataset")
clone(dataset)

microeco

Microbial Community Ecology Data Analysis

v0.10.0
GPL-3
Authors
Chi Liu [aut, cre], Felipe R. P. Mansoldo [ctb], Umer Zeeshan Ijaz [ctb], Chenhao Li [ctb], Yang Cao [ctb], Minjie Yao [ctb], Xiangzhen Li [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.