Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Compute date difference between rows considering different groups inside dataframe

r dplyr

Setting column names when using bind_cols (r, dplyr)

r dplyr

Using select-like mechanism to select variables for distinct call in dplyr

r dplyr lazy-evaluation nse

Error in subsetting with $ immediately after a function in dplyr pipe

r dplyr

Custom rcpp last function slow with dplyr group_by and summarise compared to tapply

r performance dplyr tapply

Using dplyr to filter rows which contain partial string of column

r filter dplyr summarize

Conditional recode based on lookup vector

r dplyr lookup recode

dplyr bind_rows execution time exponential

r dplyr purrr

use magrittr pipe within closures

r dplyr pipe magrittr

Faceted horizontal divergent stacked bar plot including negative values using dplyr and ggplot

r ggplot2 dplyr bar-chart likert

unquote string as variable in pipe

r dplyr

Could not find function "%>%" during CMD check

r dplyr package

summarize to vector output

r vector dplyr purrr summarize

How to mutate a column based on values occurring in a particular sequence?

r data-manipulation dplyr

How to create matrix of distribution in R

r dataframe dplyr tidyverse

Using accumulate function with second to last value as .init argument

Performing dplyr mutate on subset of columns

r dplyr

How to speed up subset by groups

r performance data.table dplyr

How to control new variables' names after tidyr's spread?

r dplyr tidyr

Is there a dplyr equivalent to data.table::rleid?