Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Using table() function from base with dplyr pipe-syntax?

r dplyr

dplyr alternative for plyr::mapvalues (recode using dictionary)

r dictionary dplyr

curly curly tidy evaluation programming with multiple inputs and custom function across columns

Create new dataframe by dividing all possibles columns combination from another table

Fast way to calculate values in cells based on values in previous rows

Transform each column factors in a column containing just `0` or `1`

r dataframe dplyr

Apply different functions to columns of a dataframe selecting functions by name

r dplyr apply

Refactor R code when library functions use non-standard evaluation

r dplyr

Calculate elapsed time since last event

r if-statement time 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