View source: R/xtsConversion.R
xtsToRegressionData_OBSOLETE | R Documentation |
DEPRECATED. Use tidy() instead.
xtsToRegressionData_OBSOLETE(x)
x |
An xts matrix |
The three output columns are:
date
- Taken from xts index
symbol
- Taken from xts column names
value
- Taken from the matrix cell at the intersection of date
and symbol
A data frame with columns
date
, symbol
, and value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.