powered by
Returns the parameter type for a given object and parameter name.
getParameterType(obj, var)
Returns a character of specifying the corresponding type of a given parameter name. Returns NULL if the specified parameterName does not exist.
character
NULL
parameterName
The rpact result object.
The variable/parameter name.
This function identifies and returns the type that will be used in print outputs of an rpact result object.
getParameterName() for getting the parameter name for a given caption. getParameterCaption() for getting the parameter caption for a given name.
getParameterName()
getParameterCaption()
if (FALSE) { getParameterType(getDesignInverseNormal(), "kMax") }
Run the code above in your browser using DataLab