seq_months: Generate sequence of months
Description
Generate sequence of months
Usage
seq_months(start_month, end_month)
Value
character vector. The list of months that falls in between two months
Arguments
- start_month
character string, the three-letter name of the starting month.
- end_month
character string, the three-letter name of the finishing month.