Search code examples
Why do I need to quote-unquote dots when passing them to a mapped function in purrr?...

rpurrrtidyeval

Read More
Convert strings to call dplyr functions...

rtidyeval

Read More
Writing a custom case_when function to use in dplyr mutate using tidyeval...

rdplyrtidyversetidyeval

Read More
How can I use map* and mutate to convert a list into a set of additional columns?...

rpurrrdplyrtidyeval

Read More
tidy eval with e.g. mtcars %>% mutate(target := log(target))...

rtidyeval

Read More
Programming logical operations as arguments using tidyverse...

rdplyrtidyversetidyeval

Read More
R - function paramter that is list of functions--inspect parameter without evaluating?...

rpromisetidyevalnsenon-standard-evaluation

Read More
tidy evaluation in tidyr...

rtidyversetidyrtidyeval

Read More
R using dplyr::mutate() within purrr::map without duplicating rows...

rdplyrpurrrtidyeval

Read More
Using a linear operation of two programatically defined variables as an aesthetic in ggplot...

rggplot2dplyrrlangtidyeval

Read More
Deploying arrange(desc(.)) on each variable passed previously via enquos...

rdplyrrlangtidyeval

Read More
Tidyeval: apply function to data frames extracted from list...

rtidyeval

Read More
using `rlang` NSE to group by multiple variables...

rtidyverserlangtidyeval

Read More
dplyr group_by multiple function arguments via Non Standard Evaluation...

rdplyrrlangtidyevalquosure

Read More
Capture argument expression used for S3 dispatch...

rrlangtidyeval

Read More
substitute LHS in `=` operator with rlang tidyeval inside Sys.setenv...

rmetaprogrammingrlangtidyevalpryr

Read More
Pasting variable name with its vector value across multiple variables...

rdplyrrlangtidyeval

Read More
How can I capture the changes made to a data.frame in dplyr::select?...

rdplyrtidyevaltidyselect

Read More
Using tidyeval's braces with a dplyr::group_by...

dplyrlazy-evaluationtidyeval

Read More
rlang::sym in anonymous functions...

rrlangnsetidyeval

Read More
Tidyverse, Rlang and tidyeval: Bang bang (!!) failing inside function, but it appears to work withou...

rtidyrrlangtidyeval

Read More
Convert list of symbols to character string in own function...

rtidyevalquosure

Read More
R Quasiquotation & tidyeval for dynamic variable references in R in own functions...

rtidyevalquosure

Read More
Iterate Group_by across Dataframe in R...

rpurrrtidyeval

Read More
Error when using dplyr inside of a function...

rfunctiondplyrtidyeval

Read More
mutate_ deprecated, easy and understandable alternatives?...

rdplyrtidyevalnon-standard-evaluation

Read More
Using complex RHS expressions in `dplyr::case_when()` in the context of `dplyr::mutate()`...

rdplyrtidyevalnse

Read More
Use of tidyeval based non-standard evaluation in recode in right-hand side of mutate...

rdplyrrlangtidyevalnse

Read More
How can I use function arguments where variables exist with the same name?...

rdplyrtidyeval

Read More
Normalizing columns in mixed numeric/non-numeric DataFrame with tidyverse (dplyr)?...

rdplyrtidyversetidyeval

Read More
BackNext