Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

how to "spread" a list-column?

r dplyr purrr

passing data frame to mutate within function

r dplyr

filter duplicates from a data frame in r [duplicate]

r duplicates dplyr unique

Spread with duplicate identifiers (using tidyverse and %>%) [duplicate]

r dplyr tidyr tidyverse dcast

How to Transpose (t) in the Tidyverse Using Tidyr

r dplyr tidyr tidyverse

Is there a way to `pipe through a list'?

r ggplot2 dplyr magrittr

dplyr masks GGally and breaks ggparcoord

How does dplyr's select helper function everything() differ from copying?

r dataframe dplyr

r dplyr filter with a dynamic variable name

r filter dplyr

How to filter out NULL elements of tibble's list column

r dplyr

Dplyr - Filter if any variable is equal to a value

r dplyr

Creating a new column conditionally based on previous n rows

r dataframe dplyr duplicates

How to apply summarise_each to all columns except one? [duplicate]

r dplyr

weighted mean in dplyr for multiple columns

r dplyr mean weighted

Summing Multiple Groups of Columns

R combinations with dot ("."), "~", and pipe (%>%) operator

r dplyr pipe magrittr

Calculate between columns in data.table or dplyr?

r data.table dplyr

dplyr rowwise sum and other functions like max

r dataframe dplyr rowwise

Summing values in R based on column value with dplyr

r dataframe dplyr

How can we check if any 2 intervals of a unique ID overlaps?