Skip to content

Instantly share code, notes, and snippets.

@Torenable
Last active May 21, 2017 19:09
Show Gist options
  • Save Torenable/d9389f30511039b85e54f0c244a5a50f to your computer and use it in GitHub Desktop.
Save Torenable/d9389f30511039b85e54f0c244a5a50f to your computer and use it in GitHub Desktop.
Evaluate dots parameters in a R function
foo = function(...) {
list(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment