loadIn {portfolioSim}R Documentation

Load data from various formats.

Description

Generic function for loading data into an object.

Usage

loadIn(object, in.loc, fmt, ...)

Arguments

object Object to be populated with data.
in.loc Location or origin of the data.
fmt Format in which the data is stored.
... Any other parameters needed by the implementing method.

Value

The object with data loaded from in.loc, usually.

Author(s)

Jeff Enos jeff@kanecap.com

See Also

saveOut


[Package portfolioSim version 0.2-5 Index]