You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitted by: Garrett See
Assigned to: Joshua Ulrich R-Forge link
This is the unexpected behavior:
x <- .xts(, 1:10)
x[endpoints(x, 'seconds', 3), which.i=TRUE]
[,1]
1969-12-31 18:00:02 NA
1969-12-31 18:00:05 NA
1969-12-31 18:00:08 NA
1969-12-31 18:00:10 NA
I expected it to give the same result as an object that has a column:
Submitted by: Garrett See
Assigned to: Joshua Ulrich
R-Forge link
This is the unexpected behavior:
I expected it to give the same result as an object that has a column:
Followups:
Date: 2013-08-26 12:59
Sender: Joshua Ulrich
Fixed in r789.
The text was updated successfully, but these errors were encountered: