Learn R Programming

openmpp (version 0.0.1)

get_model_run: Model Run Results Metadata

Description

Functions to retrieve model run metadata and delete model runs. More information about these API endpoints can be found at here.

Usage

get_model_run(model, run)

get_run(model, run)

get_model_runs_list(model)

get_model_runs(model)

get_runs(model)

get_model_run_status(model, run)

get_run_status(model, run)

get_model_run_list_status(model, run)

get_model_run_status_first(model)

get_model_run_status_last(model)

get_model_run_status_compl(model)

Value

A list, tibble, or nothing (invisibly).

Arguments

model

Model digest or model 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_model_run("RiskPaths", "53300e8b56eabdf5e5fb112059e8c137")
get_run("RiskPaths", "53300e8b56eabdf5e5fb112059e8c137")
get_model_runs_list("RiskPaths")
get_model_runs("RiskPaths")
}


Run the code above in your browser using DataLab