generate_all_months {flightsbr} | 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)