Skip to contents

The $save() method of an MRPModel object saves a fitted MRPModel object to a file for later use. qs::qsave() is used internally, and it is customary to use the .qs file extension. Check out the More examples of R6 classes vignette for usage examples.

Usage

save(file)

Arguments

file

File path where the model should be saved.

Value

No return value, called for side effects.