Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Numbering of groups in dplyr?

r group-by dplyr

Map strings in one vector, which are substrings of longer strings in another vector, to the same substrings in the longer strings

r dplyr purrr

Expand `NA`s to multiple rows filling with a grouping variable

r dplyr

Dynamic if else for both source and replacement columns in dplyr across

r dplyr across

tidyr spread values values from two columns (and rename columns)

r dplyr spread

Replace duplicate elements in dplyr pipe

r dplyr na

Sample n random draw within group with different nrows

r dplyr

Data wrangling problem with labelled sound files

How to add a variable based on order of observation in a dataframe - R

r dplyr