Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Spliting column by multiple delimiters (keeping them) and into unequal number of columns

r dataframe dplyr split tidyr

Opposite of 'summarise' in dplyr: turn one row into many

r dplyr

dplyr: summarize data.frame to get the highest and lowest values

r dplyr

Skipping rows until row with a certain value

r dplyr data.table

Remove duplicates in two ungrouped columns from top to bottom

r dataframe dplyr duplicates

Using if_else, I can't return the column used as the conditional if the conditional is false

r if-statement dplyr

Reordering factors by group using fct_relevel only change factor order in first group

r dplyr forcats

Create a list variable with mutate in R

r list dplyr

How to groupby and back-fill only certain groups

r dataframe dplyr pipe

use output of previous magrittr chains as arguments to further arguments

r dplyr tidyverse magrittr

How to subtract values from prior row of another column from current row with an initial start value and by grouping another column?

How to use slice in dplyr to keep the rows with NA values in R

r dplyr slice

Mutate multiple logical columns with dplyr in a way that unites them in a character column without summarizing

r dplyr

dplyr filter with multiple conditions and OR

r filter dplyr tidyverse

How to calculate ratio to the rowmean using dplyr

r dataframe dplyr row mean

rolling regression with dplyr

r zoo dplyr

How to turn column in data frame into row names [duplicate]

r dataframe dplyr tidyverse

R: Looping over custom dplyr function

r loops dplyr purrr nse

Use 'case_when' to assign several new variables at once for a given condition

r dplyr

How do I create many new variables in R, each of them based on multiple other variables?