Learn R Programming

rsyncrosim (version 1.2.9)

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

Description

Whether or not a 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 value: `TRUE` if the ssimObject is read only and `FALSE` otherwise.