Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Why do I sometimes have to enclose `.` in `data.frame()` for a named argument in `do`?

r dplyr

printing a data.frame that contains a list-column of S4 objects

r dataframe dplyr s4

delete duplicated column dplyr

r dplyr

Conditional replacement using dplyr's mutate_all

r dplyr

Multi-steps forecasting with dplyr and do

r dplyr apply forecasting

Find matching intervals in data frame by range of two column values

r dplyr

Using dplyr's do to perform bootstrap replications

r 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