mutate_ functionality after deprecation
|
|
5
|
121
|
May 24, 2022
|
The rlang 1.0.0 error style doesn't stop code execution as expected
|
|
3
|
122
|
May 5, 2022
|
Use of enquos(...) in function
|
|
1
|
90
|
May 13, 2022
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
198
|
March 22, 2022
|
Unexpected result from rlang::expr using an unquoted variable
|
|
3
|
87
|
April 12, 2022
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
135
|
March 14, 2022
|
Check NULL value without evaluating it (monadic bind) in R
|
|
6
|
208
|
February 24, 2022
|
Programming with dplyr: what is the most updated syntax for passing multiple colnames to `select()` within a custom function?
|
|
3
|
185
|
February 2, 2022
|
Best practices when extending dplyr?
|
|
2
|
244
|
December 29, 2021
|
Replace NAs in multiple columns using tidy eval
|
|
2
|
280
|
December 28, 2021
|
group_stat function implementing column names
|
|
2
|
118
|
December 9, 2021
|
Pass ... to across() within custom function
|
|
7
|
342
|
November 12, 2021
|
observeEvent in Shiny module using a function
|
|
6
|
552
|
November 5, 2021
|
Using the .data pronoun in anonymous function
|
|
6
|
302
|
October 12, 2021
|
print variable name instead of value
|
|
2
|
1415
|
September 23, 2021
|
difficulty in importing xlsx file
|
|
8
|
410
|
September 22, 2021
|
what does the "!!!" mean in R code
|
|
3
|
345
|
September 16, 2021
|
Self-contained modified partial function
|
|
5
|
228
|
June 29, 2021
|
Creating quoted strings (automatically) / use metaprogramming in fcase
|
|
4
|
303
|
June 28, 2021
|
Conflicts between rlang, purrr and lazyeval
|
|
2
|
284
|
May 25, 2021
|
Notation for calling package specific operator without loading the entire package
|
|
4
|
260
|
May 21, 2021
|
Use {{ with two variables on a mutate
|
|
2
|
296
|
May 14, 2021
|
How do you identify the class of variable in a quasiquotation context?
|
|
2
|
213
|
April 23, 2021
|
How to avoid creating quosures of quosures?
|
|
3
|
241
|
April 10, 2021
|
no visible binding for global variable ‘.’
|
|
2
|
389
|
April 20, 2021
|
file.rename deletes files if filename format is <0-9>.R
|
|
3
|
466
|
March 28, 2021
|
Error: package or namespace load failed or 'usethis':
|
|
3
|
439
|
March 29, 2021
|
pairwise() function for use within dplyr::mutate() and dplyr::summarise()?
|
|
8
|
1120
|
March 12, 2021
|
Identify columns with select expressions without actually selecting
|
|
10
|
452
|
March 10, 2021
|
R wants a scalar type. Or does it?
|
|
1
|
264
|
March 14, 2021
|