Functions for retrieving parameters from worksets or model runs. More information about these API endpoints can be found at here.
Usage
get_workset_param(model, set, name)
get_workset_param_csv(model, set, name)
get_run_param(model, run, name)
get_run_param_csv(model, run, name)Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_workset_param("RiskPaths", "Default", "AgeBaselinePreg1")
} # }