saveModel: Save model object to .rda file

View source: R/saveModel.R

saveModelR 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")



Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.