print_model_code {pharmr}R Documentation

print_model_code

Description

Print the model code of the underlying model language to the console

Usage

print_model_code(model)

Arguments

model

(Model) Pharmpy model

Examples

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

## End(Not run)


[Package pharmr version 1.7.2 Index]