Add columns to data frame based on row values in another column, include equations
|
|
2
|
408
|
July 28, 2024
|
How do I use rlang to create a helper function to check if input columns are present in a dataframe
|
|
2
|
484
|
April 12, 2024
|
Accessing tidyeval function argument as a string
|
|
4
|
411
|
February 8, 2024
|
Can I use tidyselect or tidyeval in count()?
|
|
2
|
694
|
September 28, 2023
|
How to avoid data masking in summarise step when programming with dplyr
|
|
4
|
1919
|
April 11, 2023
|
Tidyeval and if-statement in ggplot wrapper
|
|
3
|
1526
|
October 22, 2022
|
Use .data[[x]] when x is a column of the data frame
|
|
2
|
804
|
September 25, 2022
|
How to identify if the user provides no arguments to dots?
|
|
4
|
951
|
June 5, 2022
|
How to avoid inlining expressions when combining map with tidyeval modelling wrappers
|
|
1
|
1005
|
March 14, 2022
|
How to extract the object name when the object is piped to a function?
|
|
6
|
3214
|
April 12, 2021
|
How to use mutate and across with a dynamic column condition in the .fns argument?
|
|
4
|
10798
|
April 1, 2021
|
unquote a column name given in another column
|
|
7
|
2718
|
April 1, 2021
|
Using map with a vector of variables and dplyr programming
|
|
14
|
6391
|
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
|
3054
|
March 13, 2021
|
tidy eval glue custom names w/ dplyr::select
|
|
3
|
3262
|
February 10, 2021
|
Passing an expression for a function in R with quotations
|
|
4
|
6129
|
October 1, 2020
|
What is the difference between . and .data?
|
|
9
|
9623
|
August 28, 2020
|
character vector for name of a passed variable in new dplyr programming syntax
|
|
3
|
2855
|
July 30, 2020
|
How to pass a tibble to a function?
|
|
2
|
1973
|
May 14, 2020
|
write a function with formula argument and LHS := in tidyeval style
|
|
1
|
893
|
May 19, 2020
|
Use quoted parameter as variable name for closure instantiation?
|
|
3
|
1020
|
May 8, 2020
|
Did I write this function in modern tidyeval notation?
|
|
2
|
1002
|
April 13, 2020
|
Why does a named vector need to be unquoted when using `recode`?
|
|
4
|
1246
|
April 3, 2020
|
Getting summary by group and overall using tidyverse
|
|
6
|
9444
|
March 19, 2020
|
tidy eval with optional argument and multiple arguments and
|
|
6
|
1544
|
February 20, 2020
|
Convert Dummy Variables to Factors
|
|
6
|
7970
|
January 14, 2020
|
Plot function to change title of plot with changes in x, y arguments - tidyeval?
|
|
3
|
2137
|
November 26, 2019
|
Use curly curly notation in a function that gets called by another function
|
|
3
|
1460
|
November 20, 2019
|
Using tidyselect variables with dplyr::coalesce
|
|
2
|
2428
|
October 29, 2019
|
How to use tidyeval to run functions stored as strings on corresponding columns
|
|
10
|
2639
|
October 24, 2019
|