retrieve_model {pharmr} | R Documentation |
retrieve_model
Description
Retrieve a model from a context
Any models created and run by the tool can be retrieved.
Usage
retrieve_model(context, name)
Arguments
context |
(Context) A previously opened context |
name |
(str) Name of the model or a qualified name with a subcontext path, e.g. |
Value
(Model) The model object
Examples
## Not run:
context <- open_context(ref='path/to/', name='modelsearch1')
model <- retrieve_model(context, 'run1')
## End(Not run)
[Package pharmr version 1.7.2 Index]