Number of Clones
Retrieves the number of clones from an object. UTF-8
1.1
nclones(x, ...) ## Default S3 method: nclones(x, ...) ## S3 method for class 'list' nclones(x, ...)
x
: An object....
: Other arguments to be passed.Returns the number of of clones, or NULL
.
Peter Solymos, solymos@ualberta.ca
dclone
x <- dclone(1:10, 10) nclones(x) nclones(1:10) # this is NULL
Useful links