New posts in dplyr

mutate_each / summarise_each in dplyr: how do I select certain columns and give new names to mutated columns?

How to overwrite entries in a data frame by entries from a smaller dataframe?

adding default values to item x group pairs that don't have a value (df %>% spread %>% gather seems strange)

Use a custom function in dplyr summarise(across())

How does one stop using rowwise in dplyr?

How can I create a loop to create a new variable for different dataframes

filter function in dplyr errors: object 'name' not found

Mutate multiple columns in a dataframe

How to speed up subset by groups

How to combine filter(across(starts_with("foo"), ~ . logical-condition)) with mutate(bar = map2(...))?

Removing NA observations with dplyr::filter()

Converting Data Frames to XTS: order.by requires an appropriate time-based object

How to perform multiple left joins using dplyr in R [duplicate]

Dynamically generate subset column names for a dataframe using for loop

How to aggregate a dataframe by week?

How to select row with exactly only 2 unique value with tidyverse?

dplyr: lead() and lag() wrong when used with group_by()

dplyr lazy query mutate column using str_extract

How to groupby and back-fill only certain groups

dplyr summarise_each with na.rm