param_name | R Documentation |
Returns the name for a parameter, if available
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
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.