days_hence.RdThe date x days hence
days_hence(days = 0, tzone = "")an integer specifying the number of days to add from the current
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 datetime, x days from now
days_hence(3)
#> [1] "2022-03-26"
days_hence(1) == tomorrow()
#> [1] TRUE