tidy_helper {qmj} | R Documentation |
Main helper function for all tidy functions.
Description
This function does the main work of converting raw financial data into organized data frames. It is used by qmj's tidy functions to reuse common code and to avoid potential mistakes from repeating similar processes.
Usage
tidy_helper(x)
Arguments
x |
A matrix containing financial information, either cash flows, balancesheets, or income statements, downloaded from Google Finance. The formatting of the matrix has not been altered yet, as if just retrieved. |
See Also
[Package qmj version 0.2.1 Index]