|
How to identify if the user provides no arguments to dots?
|
|
4
|
145
|
June 5, 2022
|
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
345
|
March 22, 2022
|
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
197
|
March 14, 2022
|
|
Using the .data pronoun in anonymous function
|
|
6
|
366
|
October 12, 2021
|
|
Function to Group by Multiple Columns and Nest
|
|
1
|
209
|
September 12, 2021
|
|
retrieve character name of function argument
|
|
2
|
352
|
April 11, 2021
|
|
How to use tidy_select_recipe() in a custom function for undoing target engineering
|
|
1
|
265
|
April 21, 2021
|
|
no visible binding for global variable ‘.’
|
|
2
|
459
|
April 20, 2021
|
|
How to extract the object name when the object is piped to a function?
|
|
6
|
804
|
April 12, 2021
|
|
How to use mutate and across with a dynamic column condition in the .fns argument?
|
|
4
|
2368
|
April 1, 2021
|
|
unquote a column name given in another column
|
|
7
|
647
|
April 1, 2021
|
|
Using map with a vector of variables and dplyr programming
|
|
14
|
1928
|
February 25, 2021
|
|
Trying to diagnose why function works once or twice then errors out on same data, even though environment hasn't changed
|
|
8
|
664
|
March 13, 2021
|
|
tidy eval glue custom names w/ dplyr::select
|
|
3
|
1074
|
February 10, 2021
|
|
Nested list renaming
|
|
1
|
789
|
January 7, 2021
|
|
Passing an expression for a function in R with quotations
|
|
4
|
1710
|
October 1, 2020
|
|
What is the difference between . and .data?
|
|
9
|
2418
|
August 28, 2020
|
|
character vector for name of a passed variable in new dplyr programming syntax
|
|
3
|
941
|
July 30, 2020
|
|
extract all if-else statements from a function
|
|
2
|
341
|
June 23, 2020
|
|
How to pass a tibble to a function?
|
|
2
|
674
|
May 14, 2020
|
|
Can we use tidyeval with shiny inputs as strings?
|
|
2
|
478
|
May 12, 2020
|
|
write a function with formula argument and LHS := in tidyeval style
|
|
1
|
320
|
May 19, 2020
|
|
Use quoted parameter as variable name for closure instantiation?
|
|
3
|
353
|
May 8, 2020
|
|
Did I write this function in modern tidyeval notation?
|
|
2
|
360
|
April 13, 2020
|
|
Why does a named vector need to be unquoted when using `recode`?
|
|
4
|
512
|
April 3, 2020
|
|
Getting summary by group and overall using tidyverse
|
|
6
|
4591
|
March 19, 2020
|
|
tidy eval with optional argument and multiple arguments and
|
|
6
|
697
|
February 20, 2020
|
|
Convert Dummy Variables to Factors
|
|
6
|
3813
|
January 14, 2020
|
|
Plot function to change title of plot with changes in x, y arguments - tidyeval?
|
|
3
|
746
|
November 26, 2019
|
|
Use curly curly notation in a function that gets called by another function
|
|
3
|
697
|
November 20, 2019
|