saveModel | R Documentation |
Saves the model, engine, and host objects to a single model.rda
file in model's working directory. If no working directory exists it will be created by default. Note, the names of model, engine, and host objects will be appended with name of model directory when reloading model.rda
file to global environment.
saveModel(model, engine = NULL, host = NULL)
model |
NlmePmlModel object |
engine |
Optional engine parameters to save with model |
host |
Optional host to save with model |
NULL
saveModel(model)
loadModel("model.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.