Learn R Programming

stochLAB (version 1.1.2)

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.

Examples

Run this code
   seq_months("Jan", "Apr")

Run the code above in your browser using DataLab