Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

r-convert list column into character vector where lists are characters

r list vector dplyr character

Select or subset variables whose column sums are not zero

r dplyr

How to specify columns to exclude when retaining all distinct rows?

r dplyr tidyverse

Fastest way to filter a data.frame list column contents in R / Rcpp

R rolling up rows to a single row (continuous & factor variables)

r dplyr

Pipe a data frame to a function whose argument pipes a dot

r lambda dplyr magrittr

Rolling sums for groups with uneven time gaps

r date dplyr cumsum

R Split String By Delimiter in a column

r dplyr

R - Running a t-test from piping operators

r dplyr piping

Using `mutate_at` and `na_if` together to replace zeros with NA for only some columns

r tidyverse dplyr

Concatenating all rows within a group using dplyr

r dplyr tidyr

Spread columns by count in R dplyr

r dataframe dplyr spread

Specify class of NA in R (for if_else, dplyr)

r dplyr

r - using summarise_each() to count records ignoring NAs

r dplyr

Simulating a timeseries in dplyr instead of using a for loop

r dplyr tidyverse

Getting the unique count of strings from a text string

r dplyr tm stringr

Create column with grouped values based on another column

r if-statement dplyr

How to convert list of list into a tibble (dataframe)

r dplyr tidyverse

How to sort rows of a data frame based on a vector using dplyr pipe

r dplyr

Create sequential counter that restarts on a condition within panel data groups [duplicate]

r time-series dplyr