tomorrow.Rd
The next day
tomorrow(tzone = "")
a character vector specifying which time zone you would like to find the previous date of. tzone defaults to the system time zone set on your computer.
the previous date as a Date object
tomorrow()
#> [1] "2022-03-24"
tomorrow("UTC")
#> [1] "2022-03-24"