View source: R/apollo_loadModel.R
apollo_loadModel | R Documentation |
Loads a previously estimated model object from a file.
apollo_loadModel(modelName)
modelName |
Character. Name of the model to load. |
This function looks for a file named modelName_model.rds
in the working or output directory, loads the object contained in it, and returns it.
A model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.