get_model_lang_list {openmpp} | R Documentation |
Model Extras
Description
Functions for retrieving extra model information, including language lists, word lists, profiles, and profile lists. More information about these API endpoints can be found at here.
Usage
get_model_lang_list(model)
get_model_word_list(model)
get_model_profile(model, profile)
get_model_profile_list(model)
Arguments
model |
Model digest or model name. |
profile |
Profile name. |
Value
A list
from a JSON response object.
Examples
## Not run:
use_OpenMpp_local()
get_model_lang_list('RiskPaths')
## End(Not run)
[Package openmpp version 0.0.1 Index]