get_model {openmpp} | R Documentation |
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()
Arguments
model |
Model digest or model name. |
Value
A list
or tibble
.
Examples
## Not run:
use_OpenMpp_local()
get_models()
get_models_list()
get_model("RiskPaths")
## End(Not run)
[Package openmpp version 0.0.1 Index]