New posts in dplyr

How to conditionally insert rows into a data frame with R?

Applying group_by and summarise on data while keeping all the columns' info

How to specify "does not contain" in dplyr filter

use output of previous magrittr chains as arguments to further arguments

Transform count column into number of rows [duplicate]

dplyr - filter by group size

Working with date data that has badly formatted dates- R

How to select last N observation from each group in dplyr dataframe?

r collapse timeline separated by 31 days by ID

Merge rows in a dataframe where the rows are disjoint and contain NAs

Adding a group count column to a PySpark dataframe

How to count string numbers row-wisely and count percentage (only not empty columns taking into account)

dplyr if_else() vs base R ifelse()

Assigning Dates to Fiscal Year

Creating a conditional dummy variable column in R

sample rows of subgroups from dataframe with dplyr

Why does using bind_rows don't run in show_query()

Changing factor levels with dplyr mutate

Count number of duplicates value within groups and subgroups in R [duplicate]

How to parametrize function calls in dplyr 0.7?