Dates and times

day()

{lubridate}

get days component of date-time

mdy_hm()

{lubridate}

parse month, day, year and hour, minute

hm()

{lubridate}

parse periods with hour and minute

mdy_hms()

{lubridate}

parse month, day, year and hour, minute, second

today()

{lubridate}

return the current date

now()

{lubridate}

return current date and time

as_datetime()

{lubridate}

convert object to date-time

hms()

{lubridate}

parse periods with hour, minute, and second

year()

{lubridate}

return or set year component of a date-time

mdy()

{lubridate}

parse dates as month, day, year

dmy()

{lubridate}

parse dates as day, month, year

minute()

{lubridate}

return or set minute component of a date-time

ymd()

{lubridate}

parse dates with year, month, and day components

wday()

{lubridate}

extract day number of week

second()

{lubridate}

return or set second component of a date-time

month()

{lubridate}

return or set month component of a date-time

hour()

{lubridate}

return or set hour component of a date-time

as_date()

{lubridate}

convert object to date

The end!