Learn R Programming

rsyncrosim (version 1.2.9)

readOnly<-: Set the read/write status of a SsimLibrary/Project/Scenario.

Description

Set the read-only status of a SsimLibrary/Project/Scenario. Applies to child objects if ssimObject is a SsimLibrary or Project.

Usage

readOnly(ssimObject) <- value

# S4 method for character readOnly(ssimObject) <- value

# S4 method for SsimObject readOnly(ssimObject) <- value

Arguments

ssimObject

Scenario/Project/SsimLibrary.

value

Logical. If T the ssimObject will be read-only.

Value

The updated ssimObject.