Skip to contents

Save Object to File

Usage

saveObject(object, file, ...)

Arguments

object

(ANY) object to save.

file

(character) file to save object to.

...

(ANY) additional arguments.

Value

Invisibly returns NULL after saving the object.

See also

Examples

if (FALSE) { # \dontrun{
saveObject(fit, "joint-model-fit.rds")
} # }