Add columns to data frame based on row values in another column, include equations
|
|
2
|
406
|
July 28, 2024
|
How do I use rlang to create a helper function to check if input columns are present in a dataframe
|
|
2
|
483
|
April 12, 2024
|
Accessing tidyeval function argument as a string
|
|
4
|
410
|
February 8, 2024
|
Can I use tidyselect or tidyeval in count()?
|
|
2
|
693
|
September 28, 2023
|
How to avoid data masking in summarise step when programming with dplyr
|
|
4
|
1914
|
April 11, 2023
|
Tidyeval and if-statement in ggplot wrapper
|
|
3
|
1521
|
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
|
1004
|
March 14, 2022
|
How to extract the object name when the object is piped to a function?
|
|
6
|
3208
|
April 12, 2021
|
How to use mutate and across with a dynamic column condition in the .fns argument?
|
|
4
|
10792
|
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
|
6387
|
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
|
3050
|
March 13, 2021
|
tidy eval glue custom names w/ dplyr::select
|
|
3
|
3259
|
February 10, 2021
|
Passing an expression for a function in R with quotations
|
|
4
|
6126
|
October 1, 2020
|
What is the difference between . and .data?
|
|
9
|
9618
|
August 28, 2020
|
character vector for name of a passed variable in new dplyr programming syntax
|
|
3
|
2851
|
July 30, 2020
|
How to pass a tibble to a function?
|
|
2
|
1972
|
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
|
1017
|
May 8, 2020
|
Did I write this function in modern tidyeval notation?
|
|
2
|
1000
|
April 13, 2020
|
Why does a named vector need to be unquoted when using `recode`?
|
|
4
|
1245
|
April 3, 2020
|
Getting summary by group and overall using tidyverse
|
|
6
|
9440
|
March 19, 2020
|
tidy eval with optional argument and multiple arguments and
|
|
6
|
1542
|
February 20, 2020
|
Convert Dummy Variables to Factors
|
|
6
|
7965
|
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
|
1459
|
November 20, 2019
|
Using tidyselect variables with dplyr::coalesce
|
|
2
|
2425
|
October 29, 2019
|
How to use tidyeval to run functions stored as strings on corresponding columns
|
|
10
|
2635
|
October 24, 2019
|