Problem using nth() with POSIXct date #509
Closed
Comments
Capturing modified example:
|
to add, nth() also fails to retain the factor levels when applied on ordered factors. Example:
|
@romainfrancois is there an implementation of |
hybrid definitely has |
romainfrancois
added a commit
that referenced
this issue
Sep 21, 2014
…ssor that uses tmpl deduction to create the right pointer use this to fix nth for Date and POSIXct in the simple case. #509
romainfrancois
added a commit
that referenced
this issue
Sep 21, 2014
Almost there. I only need to deal with factors now. |
It is great that |
Reopening this to handle |
Thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for making this wonderful package dplyr!
I'm facing an issue working with POSIXct dates and it seems very similar to this issue #194. The min() and max() functions work fine with dates, but nth() doesn't seem to retain the class information..
One can replicate this issue with the same example as @manuelreif reported in issue #194, just replacing the function min() with nth().
The text was updated successfully, but these errors were encountered: