Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Extra column based on paired data (mutate)

r merge dplyr

How to use dplyr SE with "invalid" names (ie containing spaces)?

r dplyr

Regular expression matching inside dplyr

regex r dplyr stringr

Unnesting results of function returning multiple values in summarize

r dplyr tidyr

Repeatedly mutate variable using dplyr and purrr

Why doesn't dplyr filter() work within function (i.e. using variable for column name)?

r filter dplyr

How to match values of several variables to a variable in a look up table?

r dplyr apply lookup

Call many variables in a for loop with dplyr/ggplot function

r ggplot2 dplyr tidyeval

Sweep-like operations with dplyr/tidyverse

r dplyr tidyverse

How to get quantiles to work with summarise_at and group_by (dplyr)

r dplyr quantile

Looking for a dplyr function to apply a filter conditionally

r dplyr tidyverse

tidyverse summarize multiple columns but show result as rows

r dplyr tidyr summarize

How to group rows in a range and consider a 3rd column?

r dplyr data.table

Sorting month chronologicaly with arrange() from dplyr

r dplyr

Selecting with dplyr by parameters in column names

r dplyr

R dplyr summarise one column value based on index of fun(another column)

r dplyr

Rearranging data frame columns in R (mutate, dplyr)

r dataframe dplyr

How to sort groups within sorted groups?

r sorting group-by dplyr

Combining starts_with with group_by in dplyr

r dplyr

Incremental IDs in a R data frame [duplicate]

r dplyr