This function returns the year and the week of the year
of a given date according to ISO 8601. It is an
substitute for the %Y-W%V format which is not
implemented on Windows.
Usage
ISOweek(date)
Arguments
date
Vector which can be coerced to class
Date
Value
A character vector of year and week in format
"%Y-W%V"
Details
According to ISO 8601, the year of the week can differ
from the calendar year (see the examples).