Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R dplyr: calling `count()` with variable name (now that `count_()` is deprecated)

r dplyr

Compare Means (ANOVA) by groups in R using dplyr

r group-by dplyr anova

Get edge list that includes alter's alters

Calculate accuracy by groups

R function to extract top n scores from a dataframe and find their average using `apply` or dplyr `rowwise`

r dataframe dplyr

R: Turning row data from one dataframe into column data by group in another

r dataframe dplyr simplify

conditionally count number of events in same group

r dplyr data.table

conditionally rename variables with dplyr rename_*

r dplyr

Strange filter behavior in dplyr

r dplyr

Mutate, across, and case_when

r dplyr case-when across

dplyr date as.numeric strange behavior [duplicate]

r dplyr

How to repetitively divide each column in dataframe A by median of same column in dataframe B?

r function dplyr apply

Quick way to combine several pairs of columns into one column for each pair [duplicate]

r dplyr tidyr

Add thousands of columns using if_else/summarize in dplyr chain?

r dplyr data-cleaning

add grouping number based on consecutive TRUE/FALSE column values

r dplyr

error "no applicable method for 'regroup' applied to an object of class "c('integer', 'numeric')""

r dplyr

Can I group_by columns with starts_with?

r dplyr tidyselect

How to pass column name as argument to function for dplyr verbs?

r dplyr