View source: R/functions_wrapper.R
drop_dropped_columns | R Documentation |
Drop columns marked as dropped from the dataset
NM-TRAN date columns will not be dropped by this function even if marked as dropped. Columns not specified in the datainfo ($INPUT for NONMEM) will also be dropped from the dataset.
drop_dropped_columns(model)
model |
(Model) Pharmpy model object |
(Model) Pharmpy model object
drop_columns : Drop specific columns or mark them as drop
## Not run:
model <- load_example_model("pheno")
model <- drop_dropped_columns(model)
vector(model$dataset$columns)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.