Last active
December 29, 2015 05:39
-
-
Save xuanlongma/7623701 to your computer and use it in GitHub Desktop.
covert day-of-year back to date object
This file contains 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
strptime('2008201', format = '%Y%j') | |
## or | |
as.Date('2008201', format = '%Y%j') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment