Description Usage Arguments Value Examples
Convierte un xts a un dataframe
1 2 | to_dataframe(data, date_format = "%Y-%m-%d",
time_format = "%H:%M:%S")
|
data |
el xts con los datos OHLC |
date_format |
formato para serializar la fecha |
time_format |
formato para serializar el tiempo |
un dataframe con datos OHLC y fecha de trading
1 2 3 4 | require(xts)
data(sample_matrix)
x <- as.xts(sample_matrix)
to_dataframe(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.