powered by
Functions for retrieving parameters from worksets or model runs. More information about these API endpoints can be found at here.
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)
get_workset_param_csv(model, set, name)
get_run_param(model, run, name)
get_run_param_csv(model, run, name)
A list or tibble.
list
tibble
Model digest or model name.
Name of workset (input set of model parameters).
Output table name.
Model run digest, run stamp or run name, modeling task run stamp or task run name.
if (FALSE) { use_OpenMpp_local() get_workset_param("RiskPaths", "Default", "AgeBaselinePreg1") }
Run the code above in your browser using DataLab