Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Using do.call with dplyr standard evaluation version

r dplyr

Is sample_n really a random sample when used with sparklyr?

difference from first in group with dplyr

r dplyr window-functions

How to feed a list of unquoted column names into `lapply` (so that I can use it with a `dplyr` function)

r dplyr tidyverse rlang lazyeval

Conditional calculation of mean

r dplyr

Summarise over all columns

r dplyr summarization

Mutate variables in database tables directly using dplyr

r dplyr r-dbi dbplyr monetdblite

data.table vs dplyr memory use revisited

r dplyr data.table

Using dplyr for frequency counts of interactions, must include zero counts

String Manipulation/Agregation in dplyr

r dplyr

R: programmatically create a function call

r dplyr lazy-evaluation

Iteratively and hierarchically cycle through rows till a condition is met

Dplyr select_ and starts_with on multiple values in a variable list

r select dplyr startswith

How to import files from subdirectories and name them with subdirectory name R

r dplyr

How to pass a named vector to dplyr::select using quosures?

r dplyr nse rlang

dplyr: mutate_at + coalesce: dynamic names of columns

r dplyr rlang

Faster way to summarise variables based on column

r data.table dplyr

Mutate multiple / consecutive columns (with dplyr or base R)

r dplyr purrr

Using case_when within mutate_at

r dplyr

Accessing grouped data in dplyr

r plyr dplyr