Search code examples
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
Create columns that extract and flag a detected string pattern from multiple selected columns...


rdataframedplyrtidyracross

Read More
How to modify a column named in another column using adjacent column in tidyverse?...


rdplyrdata-wranglingacross

Read More
How do you apply a function that has multiple inputs across multiple columns?...


rfunctionacrossmutated

Read More
correlation of a vector across all column in R (dplyr)...


rdplyrcorrelationacross

Read More
how to count non zero values in each category...


rdplyrdata.tableacross

Read More
How to dynamically pass columns in tidyverse's across...


rtidyverseacross

Read More
Syntax for multiple successive operations across columns in `dplyr`...


rdplyracross

Read More
Conditionally take value from column1 if the column1 name == first(value) from column2 BY GROUP...


rdataframedplyracross

Read More
How to use mutate across with a custom function with multiple arguments...


rfunctiondplyracross

Read More
Preserving column types when applying ifelse() across columns of different types in R...


rif-statementdplyracross

Read More
Access to the new column name from the function inside across...


rdplyracross

Read More
mutate across (decompose) all dates in a dataframe...


rdplyrtidyverseacross

Read More
How to apply t.test() to multiple pairs of columns after mutate across...


rdplyracross

Read More
Use ~separate after mutate and across...


rdplyrtidyracross

Read More
How to mutate multiple variables of a tibble to the same value in R at nce...


racross

Read More
Using a function in .names argument of across function...


rdplyracross

Read More
Dplyr: add multiple columns with mutate/across from character vector...


rdplyracross

Read More
Why does my R mutate across with rowSums not work (Error: Problem with `mutate()` input `..2`. x &#3...


rdplyrrowsumacross

Read More
How can I keep old columns and rename new columns when using `mutate` with `across`...


rrenamedplyracross

Read More
How to subtract two columns using tidyverse mutate with columns named by external variables...


rtidyversedplyracross

Read More
How to use filter across and str_detect together to filter conditional on mutlitple columns...


rdplyrtidyversestringracross

Read More
I R ,how to summarise numeric columns automaticaly. Thanks...


rdplyrtidyverseacross

Read More
BackNext