View source: R/generic_element_list.R
| get_name | R Documentation |
Get element name.
get_name(x)
## S4 method for signature 'ANY'
get_name(x)
## S4 method for signature 'unknown_statement'
get_name(x)
## S4 method for signature 'comment'
get_name(x)
## S4 method for signature 'line_break'
get_name(x)
## S4 method for signature 'equation'
get_name(x)
## S4 method for signature 'ode'
get_name(x)
## S4 method for signature 'if_statement'
get_name(x)
## S4 method for signature 'compartment'
get_name(x)
## S4 method for signature 'compartment_bioavailability'
get_name(x)
## S4 method for signature 'compartment_lag_time'
get_name(x)
## S4 method for signature 'compartment_infusion_duration'
get_name(x)
## S4 method for signature 'compartment_infusion_rate'
get_name(x)
## S4 method for signature 'compartment_initial_condition'
get_name(x)
## S4 method for signature 'theta'
get_name(x)
## S4 method for signature 'omega'
get_name(x)
## S4 method for signature 'sigma'
get_name(x)
## S4 method for signature 'main_record'
get_name(x)
## S4 method for signature 'ode_record'
get_name(x)
## S4 method for signature 'f_record'
get_name(x)
## S4 method for signature 'lag_record'
get_name(x)
## S4 method for signature 'duration_record'
get_name(x)
## S4 method for signature 'rate_record'
get_name(x)
## S4 method for signature 'init_record'
get_name(x)
## S4 method for signature 'error_record'
get_name(x)
## S4 method for signature 'omega_block'
get_name(x)
x |
element to know the name |
the name of this element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.