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.
1 | saveAllModelObjects(file, envir = ".GlobalEnv", objClass = "lm", ...)
|
file |
A string representing a filename to pass to |
envir |
Any way of specifying an environment in |
objClass |
A character string of the class of object to be selected. |
... |
Other options to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.