time_handler {rgoogleclassroom} | R Documentation |
Handle and parse a time
Description
Handle and parse a time
Usage
time_handler(due_time = lubridate::hms("23:59:59"))
Arguments
due_time |
A string that is a date in format of year-month-day. Default is midnight. |
Examples
## Not run:
time_handler("21:30:59")
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]