powered by
Retrieve the modelfit results of a model
retrieve_modelfit_results(source, name)
(ModelfitResults) The results object
(str or Context) Source where to find models. Can be a path (as str or Path), or a Context
(str) Name of the model
if (FALSE) { tooldir_path <- 'path/to/tool/directory' context <- create_context("iivsearch1") results <- retrieve_modelfit_results(context, 'input') }
Run the code above in your browser using DataLab