Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

Need to create multiple new variables simultaneously using across() in R

r dplyr

How can you obtain the group_by value for use in passing to a function?

r dplyr

`rows_update` Error: `x` key values are not unique

r dplyr

Why is slice_min() slow?

r dataframe sorting dplyr

dplyr mutate and purrr map: use data masking to select columns for map

r dplyr purrr mutate

Join data frames and select random row when there are multiple matches

r join dplyr data.table

Memory usage of pivot_longer run on small object

r memory dplyr

Alternatives to if_all and if_any for Data Manipulation in R

r dplyr tidyverse r-collapse

R: Using dplyr to find and filter for a string in a whole data frame

r dplyr

Create a sequence of unique observations by group with dplyr and create a difference in months column

r dplyr