Learn R Programming

rsyncrosim (version 1.2.4)

readOnly: Read-only status of an SsimLibrary/Project/Scenario.

Description

Whether or not an SsimLibrary/ProjectScenario is read-only.

Usage

readOnly(ssimObject)

# S4 method for character readOnly(ssimObject)

# S4 method for SsimLibrary readOnly(ssimObject)

# S4 method for Project readOnly(ssimObject)

# S4 method for Scenario readOnly(ssimObject)

Arguments

ssimObject

SsimLibrary/Project/Scenario.

Value

Returns a logical values: `TRUE` if the ssimObject is read only and `FALSE` otherwise.