Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

cumsum is.na with rle ignoring consectives NA's

How can I use the tidyverse to insert values that fall between a specified range and don't already exist in the column of interest

r dplyr tidyverse mlogit

Reorder and Group Multiple Columns by Regex/pattern

r dplyr tidyr