Transform year/week to date object

Before converting year-week to a date you have to specify a day of the week but more importantly you have to ensure which of the different conventions is being used. Base R’s strptime() function knows 3 definitions of week of the year (but supports only 2 of them on input) and 2 definitions of weekday … Read more