Calculate svymean for variable within user-defined function called by mutate(), across(), with varia...
Read MoreProblems with mutate(), across (), and Winsorize ()...
Read MoreCan you use dplyr across() to iterate across pairs of columns?...
Read MoreHow to calculate row sums in R with dynamic columns...
Read Morein R, add the value of a column (rowwise) to any column that is named as a date (and output the resu...
Read MoreHow can I use a function and `across()` in to mutate a conditional column to a `tibble`?...
Read MoreHow to rowsum dataframe avoid error message and in a smart way...
Read MoreCompare variable pairs across dataframe in R...
Read MoreR dplyr mutate across columns - pick first value in several columns that is greater than another...
Read MoreVariable calculation changing by row in R...
Read MoreSpecify a column type across multiple columns with tidy-selection in readr package...
Read MoreHow to use a function that returns multiple values in dplyr::across()?...
Read MoreMutate multiple variables using across, starts_with and ifelse statement...
Read More`lazy_dt` not support `dplyr/across`?...
Read MoreSummarizing data: Error in summarize() across() all_of() dynamic_list_of_vars => Selections can&#...
Read MoreIn `dplyr/across` , how to exclude given columns...
Read MoreCombining mutate, across, and as_date('yyyymmdd') results in all NA...
Read MoreApplying custom function to many columns in dataframe using across R...
Read MoreWant to cycle through dataframe rows and columns using the names and values to run a simple macro ge...
Read MoreMutate a new variable across multiple variables...
Read MoreReframe error when using summarize to get remove na's from rows...
Read MoreCreate summary row by group for the count of a particular observation...
Read MoreCoalesce inside an across statement using column name and a prefix...
Read MoreCalculate lags across neighboring column with many columns in dplyr...
Read MoreSetting `.names` for multiple columns in dplyr across...
Read MoreCreate a large number of new columns...
Read MoreUse `across()` to create new columns with a function of multiple other columns...
Read More