Created
October 15, 2014 11:40
-
-
Save nassimhaddad/af8d0072d24ba18b7ae4 to your computer and use it in GitHub Desktop.
frequently used translation of a date to a yearweek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yearweek <- format(as.Date("2010-09-01"), format = "%G%V") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice. I was searching for something like this. Thanks for sharing.