Description Usage Arguments Value Methods (by class) Examples
Returns the name for a parameter, if available
1 2 3 4 | param_name(obj, name)
## S4 method for signature 'struct_class,character'
param_name(obj, name)
|
obj |
An object derived from struct_class |
name |
Name of parameter |
name of parameter
obj = struct_class,name = character
:
1 2 | M = example_model()
param_name(M,'value_1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.