Displaying 1 result from an estimated 1 matches for "324269".
Did you mean:
32269
2010 Jun 03
1
ISO 8601 Weeks/Years on Windows with strptime
Dear R-help,
I am working on a R package for public health surveillance where the ISO
8601 representation of dates is of importance. Especially, the ISO Week
and ISO Year of a date needs to be extracted. I was quite happy to find
all of this implemented in the "Date" class with appropriate calls to
strptime/format (using e.g. %G and %V).
However, only later I realized that this