Description Usage Arguments Details Value
'get_yearmon()' outputs a vector of months that you can loop over. For Jan-March 2005, you just have to use the 'get_yearmon()' 'start.year = "2005"', 'start.month = "01"', 'end.year = "2005"', and 'end.month = "03"'.
1 2 | get_yearmon(start.year = NULL, start.month = NULL, end.year = NULL,
end.month = NULL)
|
start.year |
what year do you want your vector to start with? eg. start.year = "2005" |
start.month |
what month of 'start.year' eg. start.month = "01" |
end.year |
what year do you want your vector to end with? This has to be a character eg. end.year = "2005" |
end.month |
what month of that year? eg. end.month = "03" |
get_yearmon
vector of months that you can loop over
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.