View source: R/functions_wrapper.R
retrieve_model | R Documentation |
Retrieve a model from a context
Any models created and run by the tool can be retrieved.
retrieve_model(context, name)
context |
(Context) A previously opened context |
name |
(str) Name of the model or a qualified name with a subcontext path, e.g. |
(Model) The model object
## Not run:
context <- open_context(ref='path/to/', name='modelsearch1')
model <- retrieve_model(context, 'run1')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.