Creates a complete copy of an Andromeda
object. Object attributes are not copied.
copyAndromeda(andromeda, options = list())
The Andromeda
object to copy.
A list containing Andromeda options. Currently the only supported option is 'threads'.
Setting options = list(threads = 10)
will set the database used by Andromeda to use 10 threads.
The copied Andromeda
object.