loadIn {portfolioSim} | R Documentation |
Generic function for loading data into an object.
loadIn(object, in.loc, fmt, ...)
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. |
The object with data loaded from in.loc
, usually.
Jeff Enos jeff@kanecap.com