saveOut {portfolioSim}R Documentation

Save data in various formats.

Description

Generic function for saving an object.

Usage

saveOut(object, type, fmt, out.loc, name, verbose, ...)

Arguments

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.

Value

The object just saved, usually.

Author(s)

Jeff Enos jeff@kanecap.com

See Also

loadIn


[Package portfolioSim version 0.2-5 Index]