View source: R/functions_wrapper.R
retrieve_model | R Documentation |
Retrieve a model from a context/tool run
Any models created and run by the tool can be retrieved.
retrieve_model(source, name)
source |
(str or Context) Source where to find models. Can be a path (as str or Path), or a Context |
name |
(str) Name of the model |
(Model) The model object
## Not run:
tooldir_path <- 'path/to/tool/directory'
model <- retrieve_model(tooldir_path, 'run1')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.