Generate all months with yyyymm
format for a given year
Examples
if (FALSE) if (interactive()) {
# Generate all months in 2000
a <- check_date(2000)
b <- check_date(c(2000, 2005))
} # \dontrun{}
Generate all months with yyyymm
format for a given year
if (FALSE) if (interactive()) {
# Generate all months in 2000
a <- check_date(2000)
b <- check_date(c(2000, 2005))
} # \dontrun{}