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)Examples
if (FALSE) { # \dontrun{
use_OpenMpp_local()
get_model_lang_list('RiskPaths')
} # }