Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Created April 16, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroberayalas/cb5cddcc27fa5f92a908660d20310c03 to your computer and use it in GitHub Desktop.
Save jroberayalas/cb5cddcc27fa5f92a908660d20310c03 to your computer and use it in GitHub Desktop.
holidays <- filter(bikes, holiday == 1) %>%
select(datetime) %>%
distinct()
holidays$holiday = c('Martin Luther King', 'Emancipation Day', 'Independence Day',
'Labor Day', 'Columbus Day', 'Veterans Day', 'New Year',
'Martin Luther King', 'Emancipation Day', 'Independence Day',
'Labor Day', 'Columbus Day', 'Veterans Day')
names(holidays) <- c('ds', 'holiday')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment