Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[statet-users] xts objects in data viewer not displaying date(time) as row names

Hi,

I have been using StatET for many years now and it would be great if in the data viewer one could display xts objects properly.

For example, the below displays integers from 1 to 10 instead of dates in data viewer:
library(xts)
testXts <- xts(1:10, order.by=as.Date(1:10))

In StatET data viewer displays testXts like this:
image.png
and in RStudio like this (correctly in my view):
image.png

--
Best regards,
Sam

Back to the top