nclones | R Documentation |
Retrieves the number of clones from an object.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.