Skip to content

Instantly share code, notes, and snippets.

@benwhalley
Created June 7, 2016 09:39
Show Gist options
  • Save benwhalley/71a26534cf14205f1ad4775004d55905 to your computer and use it in GitHub Desktop.
Save benwhalley/71a26534cf14205f1ad4775004d55905 to your computer and use it in GitHub Desktop.
# http://stackoverflow.com/questions/11693599/alternative-to-expand-grid-for-data-frames
expand.grid.df <-
function(...)
Reduce(function(...)
merge(..., by = NULL), list(...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment