View source: R/f_core_utilities.R
getParameterName | R Documentation |
Returns the parameter name for a given object and parameter caption.
getParameterName(obj, parameterCaption)
obj |
The rpact result object. |
parameterCaption |
The parameter caption. |
This function identifies and returns the parameter name for a given caption that will be used in print outputs of an rpact result object.
Returns a character
of specifying the corresponding name of a given parameter caption.
Returns NULL
if the specified parameterCaption
does not exist.
getParameterCaption()
for getting the parameter caption for a given name.
## Not run:
getParameterName(getDesignInverseNormal(), "Maximum number of stages")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.