-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Description
x = read_csv("DateTime\n2013-02-10 12:34:56")
fails. I have to supply col_types:
x = read_csv("DateTime\n2013-02-10 12:34:56", col_types="T")
x = read_csv("DateTime\n2013-02-10 12:34:56 JST")
doesn't fail, but the result is a character string, not POSIXct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels