Working with Dates and Times in R
Charlotte Wickham
Instructor
Different conventions in different places
27th Feb 2013
-
in dates2003-02-27
1974
"2003-02-27"
"2003-02-27"
str("2003-02-27")
chr "2003-02-27"
as.Date("2003-02-27")
"2003-02-27"
str(as.Date("2003-02-27"))
Date[1:1], format: "2003-02-27"
readr
, anytime
Working with Dates and Times in R