View source: R/functions_wrapper.R
unload_dataset | R Documentation |
Unload the dataset from a model
unload_dataset(model)
model |
(Model) Pharmpy model |
(Model) Pharmpy model with dataset removed
## Not run:
model <- load_example_model("pheno")
model <- unload_dataset(model)
model$dataset is NULL
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.