Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Apply condition to whole row with dplyr

r dplyr

How can I summarise a factor or character variable? [duplicate]

r dataframe dplyr tapply

Update column of dataframe1 based on column of dataframe2 + create new row if column1 is not empty

r dataframe dplyr data.table

Pivoting a dataframe that needs to be both wider and longer

r dplyr pivot-table

How to override magrittr pipe operator?

r dplyr magrittr

Calculate max value across multiple columns by multiple groups

r dplyr data.table

using dplyr filter_at() function to select rows with conditions

r filter dplyr

Pivot_longer() in R without separator?

r dplyr data-wrangling

Find next 2 rows with same value and paste rows into new columns behind original entry with dplyr

r dplyr

tidy() working but glance() and augment() not working from a regression model

r dplyr tidyr

expand a series, then fill remaining columns

r dataframe dplyr

Why are my factor levels turning to numbers with dplyr::mutate()?

r dplyr

Grouping by consecutive value occurrences

r dplyr

use mutate() to add column to data frame as a function of arbitrary set of other columns

r dataframe dplyr tidyr

dplyr top_n() - Suppress status message?

r dplyr

dplyr::failwith doesn't work with lme4::lmer but does with lm

r dplyr lme4

How to use tidyeval on a column to mutate?

r dplyr tidyeval

Convert Excel date format in a dplyr chain

r excel date dplyr tibble