sh_init_script {switchr} | R Documentation |
shell init
Description
Set or Retrieve the shell initialization script for an object
Usage
sh_init_script(x)
## S4 method for signature 'SwitchrParam'
sh_init_script(x)
sh_init_script(x) <- value
## S4 replacement method for signature 'SwitchrParam'
sh_init_script(x) <- value
Arguments
x |
An object associated with a SwitchrParam object |
value |
The new value. |
Value
For the getter, the shell initialization script/commands,
for the setter, an updated SwitchrParam
object with the
new shell initialization set.
[Package switchr version 0.14.8 Index]