seq_months: Generate sequence of months

View source: R/utils.R

seq_monthsR Documentation

Generate sequence of months

Description

Generate sequence of months

Usage

seq_months(start_month, end_month)

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.

Value

character vector. The list of months that falls in between two months

Examples

   seq_months("Jan", "Apr")

HiDef-Aerial-Surveying/stochLAB documentation built on March 16, 2023, 8:13 a.m.