saveAllModelObjects: Save All Model Objects to a File

Description Usage Arguments

Description

This function is intended to save all objects of class "lm" to a specified file. Note that by changing the objClass argument, it may be used to save any kind of object to a file. You may also specify the environment in which to search for objects.

Usage

1
saveAllModelObjects(file, envir = ".GlobalEnv", objClass = "lm", ...)

Arguments

file

A string representing a filename to pass to save().

envir

Any way of specifying an environment in ls() and get().

objClass

A character string of the class of object to be selected.

...

Other options to pass to save


Cmell/ResultsHelper documentation built on April 10, 2020, 9:29 p.m.