Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

For each group find observations with max value of several columns

r dataframe dplyr

run multiple model and save model comparison results in dataframe in r

r dplyr tidyverse

Replace column values that match multiple different patterns

r dplyr

How to remove all rows following a certain value in a column in R?

r dplyr

Converting strings to symbols then to quosure recognized by !! in tidyverse

r dplyr tidyverse

How to conditionally duplicate and edit rows in r

r dplyr

group_by if either of two columns form a group

r dplyr

do() superseded! Alternative is to use across(), nest_by(), and summarise, how?

r dplyr tidyverse purrr

Transpose a tibble

r dplyr tibble

How to perform a rolling coalesce of columns in R

r dplyr coalesce

Calculate rowsums of columns based on predefined range

Create dummy variable across multiple columns by group

r dataframe dplyr

Tidy approach to regression models, ideally with dplyr

r regression dplyr lm

create new column with mutate() when value in any of several other columns is TRUE (or 1)

r dplyr any

In R what's the difference between [[X]] and [, X] when selecting vectors

r vector dplyr

How to count zeros in each column using dplyr?

r dplyr

How to extrapolate values over dates using R

Can I use factors as search and replace values in mutate?

r dplyr r-factor

Collapse some categorical variables in tidyverse

r dplyr