get_model_code {pharmr}R Documentation

get_model_code

Description

Get the model code of the underlying model language

Usage

get_model_code(model)

Arguments

model

(Model) Pharmpy model

Value

(str) Model code

Examples

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

## End(Not run)


[Package pharmr version 1.0.1 Index]