get_model_code: get_model_code

View source: R/functions_wrapper.R

get_model_codeR 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)


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