Learn R Programming

openmpp (version 0.0.1)

get_workset_param: Read Parameters

Description

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)

Value

A list or tibble.

Arguments

model

Model digest or model name.

set

Name of workset (input set of model parameters).

name

Output table name.

run

Model run digest, run stamp or run name, modeling task run stamp or task run name.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_workset_param("RiskPaths", "Default", "AgeBaselinePreg1")
}

Run the code above in your browser using DataLab