I have a list of 3680 dates (YYYY-MM-DD) and I need to create a function that gives me the week number for each date. However, my week starts on wednesday and not sunday, as it's set by default on R.
Any idea on how to do that? I tried with lubridate and with as.week, but couldnt get there with none of these functions.
Any idea?
Thanks in advance!!