Last active
August 30, 2019 15:00
-
-
Save tmastny/11b8059dcb2de6b496161f409453fa66 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
library(rlang) | |
"select"(iris, Species) | |
fn_var <- "select" | |
expr((!!sym(fn_var))(iris, Species) %>% head) %>% | |
rlang::eval_tidy() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment