Deletes a track.

emr_track.rm(track, force = FALSE)

Arguments

track

one or more track names to delete

force

if 'TRUE', suppresses user confirmation of a named track removal

Value

None.

Details

This function deletes a user track from the database. By default 'emr_track.rm' requires the user to interactively confirm the deletion. Set 'force' to 'TRUE' to suppress the user prompt.