Learn R Programming

openmpp (version 0.0.1)

get_model: Model Metadata

Description

Functions to get the list of models and load a specific model definition. More information about these API endpoints can be found at here.

Usage

get_model(model)

get_models()

get_models_list()

Value

A list or tibble.

Arguments

model

Model digest or model name.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_models()
get_models_list()
get_model("RiskPaths")
}

Run the code above in your browser using DataLab