Skip to content
New issue

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

POSIXct objects get converted to numeric objects when using the pmap function #442

Closed
RenBinary opened this issue Jan 10, 2018 · 2 comments

Comments

@RenBinary
Copy link

require(tidyverse)
require(lubridate)

pmap(list(x = ymd_hms('20180110 000000')),function(x){class(x)})

@RenBinary RenBinary changed the title POSIXct objects gets converted to numeric objects when using the pmap function POSIXct objects get converted to numeric objects when using the pmap function Jan 10, 2018
@cderv
Copy link
Contributor

cderv commented Jan 10, 2018

For future reference, I think this is duplicated or related to #251 and #358

@hadley
Copy link
Member

hadley commented Jan 16, 2018

Yeah, duplicate of #358

@hadley hadley closed this as completed Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants