Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Check if conditions are met in any previous row in the group R

r dplyr tidyverse

Unique axis labels with dplyr and ggplot - R

r ggplot2 dplyr purrr

Use numeric value of `colnames` to recalculate columns in a data.frame using `dplyr`'s `mutate_at` or an alternative

r dplyr

How to summarise a dataframe retaining all the columns

Using dplyr to mutate the following rows after meeting condition

r dplyr

sort by first group element dplyr

r dplyr

R - dplyr bootstrap issue

dplyr mutate on range of columns

r dplyr

count number of non-NA columns in a grouped_df dplyr

r dplyr janitor

Setting up a conditional group_by

Using group by to get the value corresponding to the max value of another column

How do I determine how many elements in a vector contain a pattern from a second vector?

r dplyr stringr

Count value coincidences into the same group

r dplyr tidyverse

How to merge these two dataframes?

r dplyr

Using dplyr summarize and group_by functions based on "or" condition among multiple columns of a dataframe

r dataframe dplyr tidyverse

Evaluate function argument as string within dplyr custom function

r dplyr tidyeval

In R, for each duplicate ID-time combo, how do I keep the highest value across specific columns?

How do I filter a data frame with dplyr's filter() and R-base's ifelse()?

r if-statement dplyr

Saving ggplot2 output in R to pdf file when using dplyr and mapply function

r pdf ggplot2 dplyr

Detecting key words across multiple columns and flagging them each in new columns

r for-loop dplyr