Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Summarize data at different aggregate levels - R and tidyverse

How to duplicate last row by group (ID)?

r dplyr data.table tidyverse

Why does the digest function return the same value every time when used with dplyr's mutate?

r dplyr

dplyr mutate replace value(s) in a single column based on condition(s) in an efficient way

r dplyr

dplyr lag of different group

r dplyr

R, dplyr: cumulative version of n_distinct

r dplyr cumsum

Why won't dplyr's top_n() work?

r dplyr

Using dplyr and stringr to replace all values starts with

r dplyr stringr

How to remove rows where all columns are zero using dplyr pipe

r dplyr tidyverse

Keep only the second observation per group in R

r dataframe dplyr

How do pipes work with purrr map() function and the "." (dot) symbol

r ggplot2 dplyr tidyverse purrr

Calculating standard deviation across rows

r dplyr

Identify and count spells (Distinctive events within each group)

R How to use curly curly with filter or filter_?

r filter dplyr rlang tidyeval

Dplyr warns: `...` is not empty

r dplyr tibble

rowwise() sum with vector of column names in dplyr

r dplyr rlang

Using quotations inside mutate: an alternative to mutate_(.dots = ...)

r dplyr rlang

Use string as filter in dplyr?

r dplyr

Search for and remove outliers from a dataframe grouped by a variable

R: Create duplicate rows based on a variable (dplyr preferred) [duplicate]

r dplyr