List Question
20 TechQA 2024-03-20T09:06:07.967000Mutate multiple variables using across, starts_with and ifelse statement
51 views
Asked by Av65
`lazy_dt` not support `dplyr/across`?
58 views
Asked by anderwyang
Using mutate, case_when, across, and string detect to evaluate patterns in multiple columns to create a new column
41 views
Asked by Jenny Mercado
How to update code when summarise_each() and funs() are depreciated
32 views
Asked by MeganCole
removing columns when rows match a certain condition
14 views
Asked by sebmw
Summarizing data: Error in summarize() across() all_of() dynamic_list_of_vars => Selections can't have missing values
94 views
Asked by Nicolas MINIER
In `dplyr/across` , how to exclude given columns
83 views
Asked by anderwyang
Combining mutate, across, and as_date('yyyymmdd') results in all NA
61 views
Asked by Abe
Applying custom function to many columns in dataframe using across R
89 views
Asked by abrar
Want to cycle through dataframe rows and columns using the names and values to run a simple macro generator
53 views
Asked by GeoffRussell
Append across output to data
90 views
Asked by MYaseen208
Replace any value in an Arrow Table with another value
107 views
Asked by TDeramus
Mutate a new variable across multiple variables
167 views
Asked by Av65
Reframe error when using summarize to get remove na's from rows
116 views
Asked by user8229029
Create summary row by group for the count of a particular observation
91 views
Asked by PhDavey
Coalesce inside an across statement using column name and a prefix
150 views
Asked by elka
R error in mutate(across()), Can't subset columns that don't exist
161 views
Asked by flammablewater
Calculate lags across neighboring column with many columns in dplyr
101 views
Asked by JFD
Setting `.names` for multiple columns in dplyr across
151 views
Asked by TY Lim