View source: R/functions_wrapper.R
| get_column_name | R Documentation |
Retrieve the column with a certain type
If multiple columns have the same type an exception will be raised.
get_column_name(model, type)
model |
(Model) Pharmpy model |
type |
(str) Column type. See :py:attr:pharmpy.model.datainfo.ColumnInfo.type |
(str or NULL) Name of the column. NULL if no column found
## Not run:
model <- load_example_model("pheno")
get_column_name(model, "dose")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.