View source: R/functions_wrapper.R
get_model_code | R Documentation |
Get the model code of the underlying model language as a string
get_model_code(model)
model |
(Model) Pharmpy model |
(str) Model code
## Not run:
model <- load_example_model("pheno")
code <- get_model_code(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.