emr_track.mv {naryn} | R Documentation |
Moves (renames) a track
Description
Moves (renames) a track
Usage
emr_track.mv(src, tgt, space = NULL)
Arguments
src |
source track name |
tgt |
target track name |
space |
db path (string), one of the paths supplied in emr_db.connect or NULL |
Details
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.
Value
None.
See Also
emr_track.create
, emr_track.rm
,
emr_track.ls
[Package naryn version 2.6.26 Index]