R4DS Ch. 16

as_datetime()

{lubridate}

convert object to date-time

round_date()

{lubridate}

round date-time

ymd()

{lubridate}

parse dates with year, month, and day components

ymd_hms()

{lubridate}

parse dates and time

minute()

{lubridate}

return or set minute component of a date-time

floor_date()

{lubridate}

round date-time down to floor

hour()

{lubridate}

return or set hour component of a date-time

update()

{stats}

update and refit a model

dmy()

{lubridate}

parse dates as day, month, year

year()

{lubridate}

return or set year component of a date-time

make_datetime()

{lubridate}

create date-times from numeric representations

today()

{lubridate}

return the current date

second()

{lubridate}

return or set second component of a date-time

ceiling_date()

{lubridate}

round data-time up to ceiling

Sys.timezone()

{base}

return name of current time zone

as_date()

{lubridate}

convert object to date

force_tz()

{lubridate}

replace time zone to create new date-time

mdy_hm()

{lubridate}

parse month, day, year and hour, minute

now()

{lubridate}

return current date and time

with_tz()

{lubridate}

return date-time in a different time zone

mdy()

{lubridate}

parse dates as month, day, year

OlsonNames()

{base}

return vector of all time zone names

month()

{lubridate}

return or set month component of a date-time

The end!