date_handler {rgoogleclassroom} | R Documentation |
Handle and parse a due_date
Description
Handle and parse a due_date
Usage
date_handler(due_date)
Arguments
due_date |
A string that is a date in format of year-month-day |
Examples
## Not run:
date_handler("2025-12-1")
## End(Not run)
[Package rgoogleclassroom version 0.9.1 Index]