Learn R Programming

ospsuite.utils (version 1.2.0)

getOSPSuiteUtilsSetting: Get the value of a global {ospsuite.utils} package setting.

Description

Get the value of a global {ospsuite.utils} package setting.

Usage

getOSPSuiteUtilsSetting(settingName)

Arguments

settingName

String name of the setting

Value

Value of the setting stored in ospsuiteEnv. If the setting does not exist, an error is thrown.

Examples

Run this code
# NOT RUN {
getOSPSuiteUtilsSetting("packageName")
getOSPSuiteUtilsSetting("suiteName")
getOSPSuiteUtilsSetting("formatNumericsDigits")
# }

Run the code above in your browser using DataLab