View source: R/GetDaysInMonth.R
GetDaysInMonth | R Documentation |
Calculate the number of days in a year and month.
GetDaysInMonth(x)
x |
'integer' vector.
Year and month, with a required date format of |
A 'integer' vector indicating the number of days
for each year and month value in x
.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
GetDaysInMonth(c("199802", "199804", "200412"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.