tidy_balancesheets {qmj} | R Documentation |
Makes raw balancesheet data usable and readable.
Description
Processes raw balance sheet data produced from quantmod into a tidy data frame. Raw balance sheet data must be formatted in a list such that every element is a data frame or matrix containing quantmod data.
Usage
tidy_balancesheets(x)
Arguments
x |
A list of raw cash flow data produced from quantmod |
Details
tidy_balancesheets
produces a data frame that is
'tidy' or more readily readable by a user and usable by
other functions within this package.
Value
Returns a data set that's been 'tidied' up for use by other functions in this package.
See Also
[Package qmj version 0.2.1 Index]