View source: R/functions_wrapper.R
set_description | R Documentation |
Set description of model object
set_description(model, new_description)
model |
(Model) Pharmpy model |
new_description |
(str) New description of model |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model$description
model <- set_description(model, "PHENOBARB run 2")
model$description
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.