get_name: Get element name.

View source: R/generic_element_list.R

get_nameR Documentation

Get element name.

Description

Get element name.

Usage

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)

Arguments

x

element to know the name

Value

the name of this element


campsismod documentation built on July 30, 2026, 9:06 a.m.