read_model {pharmr} | R Documentation |
Read model from file
read_model(path)
path |
(str) Path to model |
(Model) Read model object
read_model_from_database : Read model from database
read_model_from_string : Read model from string
## Not run:
model <- read_model("/home/run1$mod")
## End(Not run)