Add columns to data frame based on row values in another column, include equations
|
|
2
|
537
|
July 28, 2024
|
How do I use rlang to create a helper function to check if input columns are present in a dataframe
|
|
2
|
610
|
April 12, 2024
|
Accessing tidyeval function argument as a string
|
|
4
|
489
|
February 8, 2024
|
Can I use tidyselect or tidyeval in count()?
|
|
2
|
851
|
September 28, 2023
|
How to avoid data masking in summarise step when programming with dplyr
|
|
4
|
2257
|
April 11, 2023
|
meta programming - want to refer to users name for object in print method
|
|
5
|
1350
|
January 15, 2023
|
Use of .data in tidyselect expressions is now deprecated
|
|
11
|
7467
|
October 20, 2022
|
Tidyeval and if-statement in ggplot wrapper
|
|
3
|
1745
|
October 22, 2022
|
Use .data[[x]] when x is a column of the data frame
|
|
2
|
908
|
September 25, 2022
|
How to identify if the user provides no arguments to dots?
|
|
4
|
1055
|
June 5, 2022
|
Current rlang equivalent of deparse(substitute(arg))?
|
|
7
|
4079
|
March 22, 2022
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
1104
|
March 14, 2022
|
Using the .data pronoun in anonymous function
|
|
6
|
2231
|
October 12, 2021
|
Function to Group by Multiple Columns and Nest
|
|
1
|
959
|
September 12, 2021
|
retrieve character name of function argument
|
|
2
|
1189
|
April 11, 2021
|
How to use tidy_select_recipe() in a custom function for undoing target engineering
|
|
1
|
897
|
April 21, 2021
|
no visible binding for global variable ‘.’
|
|
2
|
2536
|
April 20, 2021
|
How to extract the object name when the object is piped to a function?
|
|
6
|
3540
|
April 12, 2021
|
How to use mutate and across with a dynamic column condition in the .fns argument?
|
|
4
|
11527
|
April 1, 2021
|
unquote a column name given in another column
|
|
7
|
2989
|
April 1, 2021
|
Using map with a vector of variables and dplyr programming
|
|
14
|
6850
|
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
|
3314
|
March 13, 2021
|
tidy eval glue custom names w/ dplyr::select
|
|
3
|
3488
|
February 10, 2021
|
Nested list renaming
|
|
1
|
2769
|
January 7, 2021
|
Passing an expression for a function in R with quotations
|
|
4
|
6567
|
October 1, 2020
|
What is the difference between . and .data?
|
|
9
|
10499
|
August 28, 2020
|
character vector for name of a passed variable in new dplyr programming syntax
|
|
3
|
3074
|
July 30, 2020
|
extract all if-else statements from a function
|
|
2
|
954
|
June 23, 2020
|
How to pass a tibble to a function?
|
|
2
|
2107
|
May 14, 2020
|
Can we use tidyeval with shiny inputs as strings?
|
|
2
|
1280
|
May 12, 2020
|