time_handler: Handle and parse a time

View source: R/dates.R

time_handlerR 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)

rgoogleclassroom documentation built on April 4, 2025, 1:17 a.m.