We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submitted by: Garrett See Assigned to: Joshua Ulrich R-Forge link
discovered here: http://stackoverflow.com/a/18027354
x <- xts(1:5, .POSIXct(0)+1:5) dimnames(x) # NULL dimnames(x) <- dimnames(x) as.xts(x)
Followups:
Date: 2013-08-05 15:10 Sender: Joshua Ulrich Fixed in r784.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Submitted by: Garrett See
Assigned to: Joshua Ulrich
R-Forge link
discovered here: http://stackoverflow.com/a/18027354
x <- xts(1:5, .POSIXct(0)+1:5)
dimnames(x) # NULL
dimnames(x) <- dimnames(x)
as.xts(x)
Error in as.xts.matrix(x) :
order.by must be either 'rownames()' or otherwise specified
Followups:
Date: 2013-08-05 15:10
Sender: Joshua Ulrich
Fixed in r784.
The text was updated successfully, but these errors were encountered: