Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Combine rows in data frame without grouping

Coalesce columns and create another column to specify source

r dataframe dplyr

How to do a conditional join in R with dplyr?

r join dplyr data-manipulation

Find the ratio between two groups

r dataframe dplyr grouping

Get position index of second highest value by row for selected columns

r dplyr

Applying conditionals across many columns based on string indicators within column names

r dataframe dplyr

How to use if/ifelse on dplyr's group_by

r dplyr

How to create new column that cumulatively sums to cumulative sum of existing column?

r dplyr vectorization

conditional filtering based on grouped data in R using dplyr

r dplyr tidyverse

dplyr - ifelse within mutate using list

r dplyr

Calculate mean by group with dplyr [closed]

r dplyr

mutate(across(map())): Any way to include the column name in a .progress message from map()?

r dplyr purrr

extracting grouping variables for fgroup_by using collapse package

r dplyr tidyeval r-collapse

Moving from mutate_all to across() in dplyr 1.0

r dplyr

Optimize the runtime: change the weight of edges in an igraph takes long time. Is there a way to optimize it?

r dplyr igraph tidyr osmar

How to split a dataframe into new dataframes based on date condition in R

r dataframe date dplyr split

Is there a more efficient way of using dplyr filter to remove rows from a dataframe?

regex r dplyr

dplyr group by external variable [closed]

r dplyr

How to unnest_wider() with loop over all the columns containing lists?

r dplyr tidyr