gtrack.copy: Copies a track

View source: R/track-management.R

gtrack.copyR Documentation

Copies a track

Description

Creates a copy of an existing track.

Usage

gtrack.copy(src = NULL, dest = NULL)

Arguments

src

source track name

dest

destination track name

Details

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.

Value

None.

See Also

gtrack.mv, gtrack.rm, gtrack.exists, gtrack.ls

Examples



gdb.init_examples()
gtrack.copy("dense_track", "dense_track_copy")
gtrack.exists("dense_track_copy")
gtrack.rm("dense_track_copy", force = TRUE)


misha documentation built on Jan. 28, 2026, 1:07 a.m.