powered by
Read model from file
read_model(path, missing_data_token = NULL)
(Model) Read model object
(str) Path to model
(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)
read_model_from_database : Read model from database
read_model_from_string : Read model from string
if (FALSE) { model <- read_model("/home/run1$mod") }
Run the code above in your browser using DataLab