R4DS Ch. 16

month()

{lubridate}

return or set month component of a date-time

as_datetime()

{lubridate}

convert object to date-time

OlsonNames()

{base}

return vector of all time zone names

minute()

{lubridate}

return or set minute component of a date-time

ceiling_date()

{lubridate}

round data-time up to ceiling

Sys.timezone()

{base}

return name of current time zone

hour()

{lubridate}

return or set hour component of a date-time

second()

{lubridate}

return or set second component of a date-time

round_date()

{lubridate}

round date-time

as_date()

{lubridate}

convert object to date

with_tz()

{lubridate}

return date-time in a different time zone

dmy()

{lubridate}

parse dates as day, month, year

force_tz()

{lubridate}

replace time zone to create new date-time

year()

{lubridate}

return or set year component of a date-time

ymd()

{lubridate}

parse dates with year, month, and day components

mdy()

{lubridate}

parse dates as month, day, year

today()

{lubridate}

return the current date

now()

{lubridate}

return current date and time

mdy_hm()

{lubridate}

parse month, day, year and hour, minute

make_datetime()

{lubridate}

create date-times from numeric representations

floor_date()

{lubridate}

round date-time down to floor

update()

{stats}

update and refit a model

ymd_hms()

{lubridate}

parse dates and time

The end!