saveOut {portfolioSim} | R Documentation |
Generic function for saving an object.
saveOut(object, type, fmt, out.loc, name, verbose, ...)
object |
Object to save. |
type |
Type of saving to perform, such as saving partial data from an object. |
fmt |
Format in which to save. |
out.loc |
Location in which to store the data. |
name |
Name for the saved object. |
verbose |
Whether the saving process should display informative output. |
... |
Any other parameters needed by the implementing method. |
The object just saved, usually.
Jeff Enos jeff@kanecap.com