View source: R/class-general.R
getDataName.PKNCAconc | R Documentation |
Get the name of the element containing the data for the current object.
## S3 method for class 'PKNCAconc'
getDataName(object)
## S3 method for class 'PKNCAdose'
getDataName(object)
## S3 method for class 'PKNCAresults'
getDataName(object)
getDataName(object)
## Default S3 method:
getDataName(object)
object |
The object to get the data name from. |
A character scalar with the name of the data object (or NULL
if the
method does not apply).
getDataName(default)
: If no data name exists, returns NULL.
Other PKNCA object extractors:
getDepVar()
,
getIndepVar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.