Functions to get the list of models and load a specific model definition. More information about these API endpoints can be found at here.
Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_models()
get_models_list()
get_model("RiskPaths")
} # }