Description Usage Arguments Details Value
saveModel
saves the model status, model concepts, and model relations
as JSON files.
1 | saveModel(ModelsDir, ModelData)
|
ModelsDir |
a string identifying the path to the models folder in which |
ModelData |
a model. |
Models are composed of 3 objects: a model status list, a model concepts data frame, and a model relations data frame. This function saves these objects as JSON-formatted files.
no return value. Has side effect of saving the model status list, model concepts data frame, and model relations data frame as JSON-formatted files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.