read_model: read_model

View source: R/functions_wrapper.R

read_modelR Documentation

read_model

Description

Read model from file

Usage

read_model(path, missing_data_token = NULL)

Arguments

path

(str) Path to model

missing_data_token

(str (optional)) Use this token for missing data. This option will override the token from the config. (This option was added in Pharmpy version 1.2.0)

Value

(Model) Read model object

See Also

read_model_from_database : Read model from database

read_model_from_string : Read model from string

Examples

## Not run: 
model <- read_model("/home/run1$mod")

## End(Not run)

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