seq_months | R Documentation |
Generate sequence of months
seq_months(start_month, end_month)
start_month |
character string, the three-letter name of the starting month. |
end_month |
character string, the three-letter name of the finishing month. |
character vector. The list of months that falls in between two months
seq_months("Jan", "Apr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.