Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Implicit sorting in tidyr::spread and dplyr::summarise

R - Parallelizing multiple model learning (with dplyr and purrr)

dplyr - using column names as function arguments

r dplyr

tidyverse: binding list elements of same dimension

r dplyr tidyverse reduce purrr

Mutating multiple columns in a data frame using dplyr

r dplyr

Randomly sample groups

r dplyr

Get first and last values per group – dplyr group_by with last() and first()

r dplyr data-manipulation

What can't I do with dtplyr that I can in data.table

r dplyr data.table dtplyr

Conditional replacement of column name in tibble using dplyr

r dplyr tidyverse

Difference between pull and select in dplyr?

r dplyr

Repeating rows of data.frame in dplyr [duplicate]

r dplyr

Shiny selectInput to select all from dropdown

r shiny dplyr

Replace parts of a variable using numeric indices in dplyr. Do I need to create an index column and use ifelse?

r dplyr

Masking methods in R

r dplyr r-package

Pass function arguments by column position to mutate_at

r dplyr purrr

Concatenate column names in one column conditional on using mutate, across and case_when

r dplyr across

Changing behaviour of stats::lag when loading dplyr package

r dplyr

Replace all NA values for variable with one row equal to 0

r dplyr na

Variables as default arguments of a function, using dplyr

r dplyr scoping lazyeval

Number of significant digits in dplyr summarise

r dplyr