copyAndromeda | R Documentation |
Creates a complete copy of an Andromeda
object. Object attributes are not copied.
copyAndromeda(andromeda)
andromeda |
The |
The copied Andromeda
object.
andr <- andromeda(cars = cars, iris = iris)
andr2 <- copyAndromeda(andr)
names(andr2)
# [1] 'cars' 'iris'
close(andr)
close(andr2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.