get_model_code {pharmr}R Documentation

get_model_code

Description

Get the model code of the underlying model language as a string

Usage

get_model_code(model)

Arguments

model

(Model) Pharmpy model

Value

(str) Model code

Examples

## Not run: 
model <- load_example_model("pheno")
code <- get_model_code(model)

## End(Not run)


[Package pharmr version 1.7.2 Index]