Created
July 30, 2019 13:52
-
-
Save verajosemanuel/6ff55b94064c5803d2e7d3aff127d7f6 to your computer and use it in GitHub Desktop.
last day of month #date #sequence in base #R
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
seq(as.Date("2010-02-01"), length=24, by="1 month") - 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment