R/generics.R
saveObject.Rd
Save Object to File
saveObject(object, file, ...)
(ANY) object to save.
ANY
(character) file to save object to.
character
(ANY) additional arguments.
Invisibly returns NULL after saving the object.
NULL
Other saveObject: saveObject.JointModelSamples()
saveObject.JointModelSamples()
if (FALSE) { # \dontrun{ saveObject(fit, "joint-model-fit.rds") } # }