Skip to contents

Get the value of a global rSharp setting.

Usage

getRSharpSetting(settingName)

Arguments

settingName

String name of the setting

Value

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

Examples

getRSharpSetting("nativePkgName")
#> [1] "rSharp.linux"