Propagate variable name created by combining symbol and string forward for use in ggplot aes()
|
|
8
|
213
|
May 5, 2023
|
How to avoid data masking in summarise step when programming with dplyr
|
|
4
|
194
|
April 11, 2023
|
HCPC factominer error
|
|
5
|
248
|
April 17, 2023
|
Cannot get the value of an object with rlang
|
|
3
|
198
|
March 12, 2023
|
Capturing user function calls with unknown number of callers to go back
|
|
7
|
234
|
March 27, 2023
|
String as column name in ggplot
|
|
9
|
910
|
January 3, 2023
|
Am I doing this right? (rlang::dots_list / !!!)
|
|
3
|
185
|
January 24, 2023
|
Using the .data pronoun across multiple functions
|
|
3
|
270
|
December 5, 2022
|
Are these expected rlang hash() behaviors on recipe() object inside of test_that()? Same object, different hashes, but only inside test_that().
|
|
5
|
305
|
November 19, 2022
|
Differences between !! and {{}}
|
|
4
|
383
|
November 4, 2022
|
Passing a list of variables inside quos() for purrr::map
|
|
5
|
461
|
October 13, 2022
|
remove clickable `rlang::last_error()` from console?
|
|
1
|
197
|
October 27, 2022
|
How to arrange a dataframe by both ascending and descending within a function?
|
|
5
|
376
|
October 1, 2022
|
Struggling with "rlang" during "tidyverse" package installation
|
|
3
|
451
|
October 13, 2022
|
Unable to inject variable name to `filter()` in a purrr::map() context
|
|
7
|
534
|
August 13, 2022
|
How to identify if the user provides no arguments to dots?
|
|
4
|
309
|
June 5, 2022
|
mutate_ functionality after deprecation
|
|
6
|
422
|
June 14, 2022
|
The rlang 1.0.0 error style doesn't stop code execution as expected
|
|
3
|
357
|
May 5, 2022
|
Use of enquos(...) in function
|
|
1
|
291
|
May 13, 2022
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
1310
|
March 22, 2022
|
Unexpected result from rlang::expr using an unquoted variable
|
|
3
|
275
|
April 12, 2022
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
435
|
March 14, 2022
|
Check NULL value without evaluating it (monadic bind) in R
|
|
6
|
779
|
February 24, 2022
|
Programming with dplyr: what is the most updated syntax for passing multiple colnames to `select()` within a custom function?
|
|
3
|
642
|
February 2, 2022
|
Best practices when extending dplyr?
|
|
2
|
576
|
December 29, 2021
|
Replace NAs in multiple columns using tidy eval
|
|
2
|
945
|
December 28, 2021
|
group_stat function implementing column names
|
|
2
|
260
|
December 9, 2021
|
Pass ... to across() within custom function
|
|
7
|
1133
|
November 12, 2021
|
observeEvent in Shiny module using a function
|
|
6
|
1754
|
November 5, 2021
|
Using the .data pronoun in anonymous function
|
|
6
|
724
|
October 12, 2021
|