View source: R/track-management.R
| gtrack.copy | R Documentation |
Creates a copy of an existing track.
gtrack.copy(src = NULL, dest = NULL)
src |
source track name |
dest |
destination track name |
This function creates a copy of a track. The new track is created in the current working directory (.misha$GWD), which may be in a different database than the source track when multiple databases are connected.
None.
gtrack.mv, gtrack.rm,
gtrack.exists, gtrack.ls
gdb.init_examples()
gtrack.copy("dense_track", "dense_track_copy")
gtrack.exists("dense_track_copy")
gtrack.rm("dense_track_copy", force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.