create.month.day.vecs | R Documentation |
See also get.start.week
NOTE: Could generalize, by making the start day an input.
create.month.day.vecs(year)
year |
The input year to evaluate (must be >1900 and <2100) |
A list containing a vector of numeric months and a vector with numeric days of the months
month.day.vecs = create.month.day.vecs(2000) month.day.vecs = create.month.day.vecs(2012) month.day.vecs = create.month.day.vecs(2013) month.day.vecs = create.month.day.vecs(2014) month.day.vecs = create.month.day.vecs(2015) month.day.vecs = create.month.day.vecs(2016) month.day.vecs = create.month.day.vecs(2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.