|
Unable to inject variable name to `filter()` in a purrr::map() context
|
|
6
|
105
|
August 6, 2022
|
|
How to identify if the user provides no arguments to dots?
|
|
4
|
145
|
June 5, 2022
|
|
mutate_ functionality after deprecation
|
|
6
|
179
|
June 14, 2022
|
|
The rlang 1.0.0 error style doesn't stop code execution as expected
|
|
3
|
165
|
May 5, 2022
|
|
Use of enquos(...) in function
|
|
1
|
122
|
May 13, 2022
|
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
345
|
March 22, 2022
|
|
Unexpected result from rlang::expr using an unquoted variable
|
|
3
|
125
|
April 12, 2022
|
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
197
|
March 14, 2022
|
|
Check NULL value without evaluating it (monadic bind) in R
|
|
6
|
274
|
February 24, 2022
|
|
Programming with dplyr: what is the most updated syntax for passing multiple colnames to `select()` within a custom function?
|
|
3
|
315
|
February 2, 2022
|
|
Best practices when extending dplyr?
|
|
2
|
306
|
December 29, 2021
|
|
Replace NAs in multiple columns using tidy eval
|
|
2
|
413
|
December 28, 2021
|
|
group_stat function implementing column names
|
|
2
|
141
|
December 9, 2021
|
|
Pass ... to across() within custom function
|
|
7
|
450
|
November 12, 2021
|
|
observeEvent in Shiny module using a function
|
|
6
|
780
|
November 5, 2021
|
|
Using the .data pronoun in anonymous function
|
|
6
|
366
|
October 12, 2021
|
|
print variable name instead of value
|
|
2
|
1720
|
September 23, 2021
|
|
difficulty in importing xlsx file
|
|
8
|
494
|
September 22, 2021
|
|
what does the "!!!" mean in R code
|
|
3
|
502
|
September 16, 2021
|
|
Self-contained modified partial function
|
|
5
|
257
|
June 29, 2021
|
|
Creating quoted strings (automatically) / use metaprogramming in fcase
|
|
4
|
334
|
June 28, 2021
|
|
Conflicts between rlang, purrr and lazyeval
|
|
2
|
387
|
May 25, 2021
|
|
Notation for calling package specific operator without loading the entire package
|
|
4
|
284
|
May 21, 2021
|
|
Use {{ with two variables on a mutate
|
|
2
|
343
|
May 14, 2021
|
|
How do you identify the class of variable in a quasiquotation context?
|
|
2
|
238
|
April 23, 2021
|
|
How to avoid creating quosures of quosures?
|
|
3
|
268
|
April 10, 2021
|
|
no visible binding for global variable ‘.’
|
|
2
|
459
|
April 20, 2021
|
|
file.rename deletes files if filename format is <0-9>.R
|
|
3
|
558
|
March 28, 2021
|
|
Error: package or namespace load failed or 'usethis':
|
|
3
|
507
|
March 29, 2021
|
|
pairwise() function for use within dplyr::mutate() and dplyr::summarise()?
|
|
8
|
1316
|
March 12, 2021
|