Skip to content

Instantly share code, notes, and snippets.

@bharatbhole
Created December 28, 2011 15:40
Show Gist options
  • Save bharatbhole/1528409 to your computer and use it in GitHub Desktop.
Save bharatbhole/1528409 to your computer and use it in GitHub Desktop.
R - create a sequence of dates of a given length
# Start date: January 5, 2011. Number of days: 45
dates <- seq(as.Date("2011-01-05"), by=1, len=45)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment