GetConfigurableEnvParameter {RHPCBenchmark} | R Documentation |
GetConfigurableEnvParameters
returns the value of the environment
variable referenced by the argument configurableVariable
which
is also an environment variable
GetConfigurableEnvParameter(configurableVariable)
configurableVariable |
a string parameter containing the name of an environment variable which itself references another environment variable |
This function takes the argument configurableVariable
which
contains the name of an environment variable whose value is an
environment variable referencing a value to be returned by this
function.
the value of the environment variable referenced by the
environment variable specified in the configurableVariable
parameter