weeks_hence.Rd
The date x weeks hence
weeks_hence(weeks = 0, tzone = "")
an integer specifying the number of weeks to add to 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 date, x weeks from now
weeks_hence(1)
#> [1] "2022-03-30"
weeks_hence(52)
#> [1] "2023-03-22"