read_model {pharmr} | R 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)
[Package pharmr version 1.7.2 Index]