Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created July 18, 2019 12:08
Show Gist options
  • Save grayskripko/58d369d2c2ad612db99ef2896dcffe19 to your computer and use it in GitHub Desktop.
Save grayskripko/58d369d2c2ad612db99ef2896dcffe19 to your computer and use it in GitHub Desktop.
foo <- function() {
a <- 1
b <- 2
quos(a, b) %>% map(as_label) %>% set_names() %>% map(get)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment