months_ago.Rd
The date x months ago
months_ago(months = 0, tzone = "")
an integer specifying th enumber of weeks to subtract 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 date, x months ago
months_ago(1)
#> [1] "2022-02-23"
months_ago(12)
#> [1] "2021-03-23"