Search code examples
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
R: Round a data frame with a specific formula across all columns with dplyr...


rdplyrroundingacross

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
Can I mutate many columns according to many other columns with mutate() and across()?...


rdplyracross

Read More
How to add a column name inside a case_when when using mutate_all and across?...


rcaseacross

Read More
How to mutate across a dataframe using dimensions instead of column names?...


rdplyracross

Read More
How to change the direction of application of mutate across from column-wise to row-wise?...


rdplyrtidyversepercentageacross

Read More
How to transform this base R code to dplyr using across and .names arguement...


rdplyracross

Read More
Using across function in dplyr to a subset of variables...


rdplyracross

Read More
Creating multiple new columns using mutate() and across() in R...


rdplyracross

Read More
Merge survey columns across variables in R...


rfunctionsurveystartswithacross

Read More
How can I relocate mutated columns next to the original colums?...


rfunctiondplyracrossrelocate

Read More
Dplyr: using summarise across to take mean of columns only if row value > 0...


rdplyrmeansummarizeacross

Read More
Apply function on data.frame with mutate across using the same columns from another data.frame...


rdplyracross

Read More
How to find the mean of multiple columns based on a second dataset?...


rtidyversepurrracross

Read More
Mutate across, if: if column name occurs in first column, replace by value from different dataframe ...


racrossmutated

Read More
BackNext