emr_track.readonly {naryn}R Documentation

Gets or sets "read-only" property of a track

Description

Gets or sets "readonly" property of a track.

Usage

emr_track.readonly(track, readonly = NULL)

Arguments

track

track name

readonly

if 'NULL', return "readonlyness" of the track, otherwise sets it

Details

This function gets or sets "readonly-ness" of the track. If 'readonly' is 'NULL' the functions returns whether the track is R/O. Otherwise it sets "readonly-ness" to the value indicated by 'readonly'.

Logical tracks inherit their "readonly-ness" from the source physical tracks.

Overriding a track also overrides it's "readonly-ness", it's "readonly-ness" will persist when the track is no longer overridden

Value

None.

See Also

emr_track.create, emr_track.mv, emr_track.ls, emr_track.rm


[Package naryn version 2.6.26 Index]