New posts in dplyr

How to specify names of columns for x and y when joining in dplyr?

R spreading multiple columns with tidyr [duplicate]

Concatenate unique strings after groupby in R

Create customized plotting function and run it with dynamic parameters using R

How to strsplit different number of strings in certain column by do function

Error on final object when generating ggplot objects in for loop with dplyr select()

Fastest summarise on a conditional subset

Count non-NA values by group [duplicate]

How to group by a dataframe by all columns except one column (data frame has more than 50 columns) [duplicate]

dplyr mutate with conditional values

Non-standard evaluation (NSE) in dplyr's filter_ & pulling data from MySQL

R dplyr: Drop multiple columns

dplyr: how to reference columns by column index rather than column name using mutate?

dplyr::summarise with filtering inside

Count number of rows by group using dplyr

Boxplot across three timepoints in ggplot

filter for complete cases in data.frame using dplyr (case-wise deletion)

Can dplyr summarise over several variables without listing each one? [duplicate]

Fitting several regression models with dplyr

Using spread with duplicate identifiers for rows