Learn R Programming

portfolioSim (version 0.2-7)

loadIn: 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.

See Also

saveOut