R/dates.R
previous_month.Rd
Return the month number that would occur before the integer in `month`
previous_month(month)
- an integer month number
the previous month number
previous_month(9) #> [1] 8 previous_month(1) #> [1] 12