New posts in dplyr

Use dynamic variable names in `dplyr`

Display / print all rows of a tibble (tbl_df)

Pass a string as variable name in dplyr::filter

Modify multiple columns at same time in R

Filter rows which contain a certain string

Extract a dplyr tbl column as a vector

Getting the top values by group

Can dplyr package be used for conditional mutating?

Extract top positive and negative values from dataframe and fill them into a formatted text using R

Replace NA with previous or next value, by group, using dplyr

Is there a dplyr equivalent to data.table::rleid?

How to calculate CAGR using R?

Conditionally replace matching values from one data.frame to values in another data.frame

How to do a 2-step wrangling and nesting using tidyr/dplyr, using %>% pipe only?

Determining Fantasy Football Optimal Rosters in R

Count observatons by group with dplyr

Fill cells dataframe based on multiple conditions

Relative frequencies / proportions with dplyr

Why are my dplyr group_by & summarize not working properly? (name-collision with plyr)

How to create a lag variable within each group?