Learn R Programming

pharmr (version 1.4.0)

read_model: read_model

Description

Read model from file

Usage

read_model(path, missing_data_token = NULL)

Value

(Model) Read model object

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)

See Also

read_model_from_database : Read model from database

read_model_from_string : Read model from string

Examples

Run this code
if (FALSE) {
model <- read_model("/home/run1$mod")
}

Run the code above in your browser using DataLab