Add a nicely-formatted date/time string inside the body of the email with
this helper function. We can provide a POSIXct
date-time object or use the
current date/time/tz (based on the user's locale information at the time of
the function call). There are options to specify whether the date, time, and
time zone parts are to be included.
add_readable_time(time = NULL, use_date = TRUE, use_time = TRUE, use_tz = TRUE)
time | The |
---|---|
use_date, use_time, use_tz | Logical value that indicate whether to include the date, time, or time zone components. |
A character object that can be placed inside any message component message wherever the function is called.