generate_all_months | R Documentation |
yyyymm
format for a given yearGenerate all months with yyyymm
format for a given year
generate_all_months(date)
date |
Numeric. 4-digit date in the format |
Vector or strings.
## Not run: if (interactive()) {
# Generate all months in 2000
a <- check_date(2000)
b <- check_date(c(2000, 2005))
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.