Created
July 18, 2019 12:08
-
-
Save grayskripko/58d369d2c2ad612db99ef2896dcffe19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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