Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Created July 30, 2019 13:52
Show Gist options
  • Save verajosemanuel/6ff55b94064c5803d2e7d3aff127d7f6 to your computer and use it in GitHub Desktop.
Save verajosemanuel/6ff55b94064c5803d2e7d3aff127d7f6 to your computer and use it in GitHub Desktop.
last day of month #date #sequence in base #R
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