GetConfigurableEnvParameter {RHPCBenchmark} | R Documentation |
Retrieves the value of an environment variable referenced by another environment variable
Description
GetConfigurableEnvParameters
returns the value of the environment
variable referenced by the argument configurableVariable
which
is also an environment variable
Usage
GetConfigurableEnvParameter(configurableVariable)
Arguments
configurableVariable |
a string parameter containing the name of an environment variable which itself references another environment variable |
Details
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.
Value
the value of the environment variable referenced by the
environment variable specified in the configurableVariable
parameter
[Package RHPCBenchmark version 0.1.0 Index]