String as column name in ggplot
|
|
9
|
151
|
January 3, 2023
|
Am I doing this right? (rlang::dots_list / !!!)
|
|
3
|
77
|
January 24, 2023
|
Using the .data pronoun across multiple functions
|
|
3
|
137
|
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
|
179
|
November 19, 2022
|
Differences between !! and {{}}
|
|
4
|
219
|
November 4, 2022
|
Passing a list of variables inside quos() for purrr::map
|
|
5
|
227
|
October 13, 2022
|
remove clickable `rlang::last_error()` from console?
|
|
1
|
96
|
October 27, 2022
|
How to arrange a dataframe by both ascending and descending within a function?
|
|
5
|
263
|
October 1, 2022
|
Struggling with "rlang" during "tidyverse" package installation
|
|
3
|
238
|
October 13, 2022
|
Unable to inject variable name to `filter()` in a purrr::map() context
|
|
7
|
313
|
August 13, 2022
|
How to identify if the user provides no arguments to dots?
|
|
4
|
223
|
June 5, 2022
|
mutate_ functionality after deprecation
|
|
6
|
317
|
June 14, 2022
|
The rlang 1.0.0 error style doesn't stop code execution as expected
|
|
3
|
251
|
May 5, 2022
|
Use of enquos(...) in function
|
|
1
|
191
|
May 13, 2022
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
871
|
March 22, 2022
|
Unexpected result from rlang::expr using an unquoted variable
|
|
3
|
182
|
April 12, 2022
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
310
|
March 14, 2022
|
Check NULL value without evaluating it (monadic bind) in R
|
|
6
|
476
|
February 24, 2022
|
Programming with dplyr: what is the most updated syntax for passing multiple colnames to `select()` within a custom function?
|
|
3
|
515
|
February 2, 2022
|
Best practices when extending dplyr?
|
|
2
|
427
|
December 29, 2021
|
Replace NAs in multiple columns using tidy eval
|
|
2
|
724
|
December 28, 2021
|
group_stat function implementing column names
|
|
2
|
188
|
December 9, 2021
|
Pass ... to across() within custom function
|
|
7
|
827
|
November 12, 2021
|
observeEvent in Shiny module using a function
|
|
6
|
1320
|
November 5, 2021
|
Using the .data pronoun in anonymous function
|
|
6
|
532
|
October 12, 2021
|
print variable name instead of value
|
|
2
|
2500
|
September 23, 2021
|
difficulty in importing xlsx file
|
|
8
|
719
|
September 22, 2021
|
what does the "!!!" mean in R code
|
|
3
|
706
|
September 16, 2021
|
Self-contained modified partial function
|
|
5
|
327
|
June 29, 2021
|
Creating quoted strings (automatically) / use metaprogramming in fcase
|
|
4
|
402
|
June 28, 2021
|