Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Create 'dummy variables' by spreading duplicate rows into columns in R

r dplyr

dplyr mutate a variable by comparing a variable and vectors of different sizes

r dplyr stringr case-when tibble

tidyr::expand() for a single column across groups

r dplyr tidyr

rlang: Get names from ... with colon shortcut in NSE function

r dplyr rlang nse

Interpolating NA's by group using dplyr on multiple columns

r dplyr na zoo

dplyr use both rowwise and df-wise values in a mutate

r dplyr

Is mutating object-parameters in a method(in Java) a bad practice?

Longest consecutive count of the same value per group

r group-by dplyr data.table plyr

Remove trailing NA by group in a data.frame

r dataframe dplyr na zoo

How to combine multiple character columns into one columns and remove NA without knowing column numbers

r dplyr

How to define a function in dplyr?

r function 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