Learn R Programming

openmpp (version 0.0.1)

get_model_lang_list: 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)

Value

A list from a JSON response object.

Arguments

model

Model digest or model name.

profile

Profile name.

Examples

Run this code
if (FALSE) {
use_OpenMpp_local()
get_model_lang_list('RiskPaths')
}

Run the code above in your browser using DataLab