Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

How to pull column name into a new column based on column contents in R

r dplyr data.table tidyr purrr

Convert columns i to j to percentage

r dplyr

How to filter on date and hour onward?

r date dplyr

Convert Factor to Date (Year-Month)

r date dplyr

Extract reachable rows based on id

Reshape data to split column values into columns

r dplyr reshape

Slice 2nd half of data frame in R

r dplyr tidyverse

Checking whether sets of columns are the same, row wise in R, in any order

r dplyr rowwise

Problem with data frame transformation using dplyr package

r dataframe dplyr

Aggregate time series data, get average without NA or 0s in R

how to capture logic from case_when in dplyr

r dplyr tidyverse

Adding multiple NA rows to a data frame

r dplyr na rbind

dplyr mutate on column subset (one function on all these columns combined)

r dplyr

group_by and pmap a piecewise operation on each row per group (ifelse vs case_when)

r dplyr

sapply results with dplyr

r dplyr

take mean of variable defined by string in dplyr

r dplyr tidyverse

Use dplyr SE with ggplot2

r ggplot2 dplyr

filter data by maximum group sample size with duplicate maximum values

r dplyr

Calculated (row-wise) columns using column ranges or select pattern

r dplyr