Learn R Programming

openmpp (version 0.0.1)

run_model: Run Models and Monitor Progress

Description

More information about these API endpoints can be found at here.

Usage

run_model(data)

get_model_run_state(model, stamp)

get_run_state(model, stamp)

stop_model_run(model, stamp)

stop_run(model, stamp)

Value

A list or nothing, invisibly.

Arguments

data

Data used for the body of the POST request.

model

Model digest or name.

stamp

Model run stamp.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_model_run_state("RiskPaths", "2025_01_28_21_00_48_385")
}

Run the code above in your browser using DataLab