read_model {pharmr} | R Documentation |
read_model
Description
Read model from file
Usage
read_model(path)
Arguments
path |
(str) Path to model |
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.0.1 Index]