as_xts | R Documentation |
Convert vector/matrix/data.frame to xts object. Row names are dates with backward calculation from today.
as_xts(x)
x |
vector/matrix/data.frame/... object |
xts
as_xts(matrix(NA,10,2))
as_xts(stats::rnorm(10))
as_xts(data.frame(matrix(NA,10,2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.