Skip to content

POSIXlt columns #86

@krlmlr

Description

@krlmlr
df <- data_frame(x = Sys.time() + 1:10)
df$y <- as.POSIXlt(df$x)
df

Printing interprets these columns in a funny way. (A POSIXlt column is a list of length 11 (?) with a class.)

Related: tidyverse/dplyr#1789

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions