daysInMonth | R Documentation |
Return the number of days in given calendar months
daysInMonth(months = 1:12, isLeap = FALSE)
months |
integer vector, months (between 1 and 12). |
isLeap |
logical, if TRUE, all Februaries in vector months will have 29 days. |
A vector with same size as months containing the corresponding number of days.
daysInMonth()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.