print_model_code: print_model_code

View source: R/functions_wrapper.R

print_model_codeR Documentation

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)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.