Learn R Programming

rgoogleclassroom (version 1.0.0)

time_handler: 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

Run this code
if (FALSE) {
time_handler("21:30:59")
}

Run the code above in your browser using DataLab