saveModel {Certara.RsNLME} | R Documentation |
Save model object to .rda file
Description
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.
Usage
saveModel(model, engine = NULL, host = NULL)
Arguments
model |
NlmePmlModel object |
engine |
Optional engine parameters to save with model |
host |
Optional host to save with model |
Value
NULL
Examples
saveModel(model)
loadModel("model.rda")
[Package Certara.RsNLME version 3.0.1 Index]