emr_track.mv | R Documentation |
Moves (renames) a track
emr_track.mv(src, tgt, space = NULL)
src |
source track name |
tgt |
target track name |
space |
db path (string), one of the paths supplied in emr_db.connect or NULL |
This function moves (renames) 'src' track into 'tgt'. If 'space' equals 'NULL', the track remains in the same space. Otherwise it is moved to the specified space.
Note that logical tracks cannot be moved to the user space.
None.
emr_track.create
, emr_track.rm
,
emr_track.ls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.