powered by
nclones(x, ...) ## S3 method for class 'default': nclones(x, ...) ## S3 method for class 'list': nclones(x, ...)
NULL
dclone
x <- dclone(1:10, 10) nclones(x) nclones(1:10) # this is NULL
Run the code above in your browser using DataLab