Search code examples
How to compute the between-group mean difference?...


rdplyrtidyversepurrracross

Read More
How to rewrite the same code with across function...


rdplyrtidyverseacross

Read More
Problem while specifiyng parameters in custom function inside dplyr's across...


rdplyrpipeacross

Read More
Timing of evaluation of several across inside same summarize in dplyr pipe...


rdplyracross

Read More
In dplyr how do you filter to remove NA values from columns in a character vector?...


rdplyrfilternaacross

Read More
pandas: calculatig average similarity across all categories...


pythonpandasaveragesimilarityacross

Read More
How to preserve column names after applying scale()?...


rviewacrossmutate

Read More
Why `scale` when using mutate + across in dplyr create columns with `[,1]` at the end?...


rdplyrscaleacross

Read More
collapse rows, keep all unique variable values in one column and all values in other column...


rdplyrgroup-bysummarizeacross

Read More
Use substrings of column names in across...


rgsubacrossmutater-glue

Read More
How can I recode several values based on another data frame in several variables in R?...


rrecodeacross

Read More
How to combine dplyr group_by, summarise, across and multiple function outputs?...


rdplyrsummarizeacross

Read More
What's a shorthand for `across(everything(), ...)` in dplyr?...


rdplyracross

Read More
mutate across columns - if condition met return column name as value...


rdplyracross

Read More
Perform multiple operations on multiple columns with dplyr...


rdplyrlambdapurrracross

Read More
Get the rowwise minimum of certain columns excluding 0 and NA...


rdplyrapplyminacross

Read More
How to differentiate between interval and numeric columns in dplyr::across()?...


rclassdplyrlubridateacross

Read More
R Dplyr summarize rows except when only NAs...


rdplyrnasummarizeacross

Read More
pandas assign across multiple columns functionally...


pythonpandasfunctional-programmingacross

Read More
Calculating differences in daily averages between rows with similar strings, and across multiple duo...


rstringdifferenceacross

Read More
How to convert columns to multiple boolean columns with tidyverse...


rdplyracross

Read More
Is this possible to change a single column in `dplyr` without reusing its name and without `across`?...


rdplyracross

Read More
How subtract two columns correlativelly in a data frame...


rdplyracross

Read More
How to apply this function columnwise with across() in tidyverse?...


rdplyracross

Read More
summarise_each() with across() for dplyr package...


rdplyrsummarizeacross

Read More
Using dplyr::across with two sets of variables...


rdplyrpurrracrossr-glue

Read More
Using across() to apply Recode then rescale variables...


rdplyrtidyverseacross

Read More
How to use dplyr's coalesce function with group_by() to create one row per person with all value...


rdplyrgroup-bycoalesceacross

Read More
how to apply a function(x,y) with two variables across set of variables ending with .x and .y using ...


rdplyrmultiple-columnssummarizeacross

Read More
Calculate the rowwise mean when a maximum number of NA values is given for a set of columns using dp...


rdplyracrosstidyselect

Read More
BackNext