Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Value based on largest value by neighbouring column

r dataframe dplyr

Filter grouped data with filter function and if else condition in R

Using Dplyr within a user-defined function to summarise data then plot it

r ggplot2 dplyr aggregate

Retrieve all rows for specific text after grouping by application and user id

r dplyr data-manipulation

Filter a data frame according to minimum and maximum values

r filter dplyr subset

Assign mean values and/or conditional assignment for unordered duplicate dyads

r dplyr data.table

Vectorizing loops in R

r dplyr purrr

Order facet_wrap plots by descending order

r ggplot2 dplyr facet-wrap

Why does pivot_wider either read single values as duplicates or create a wide-and-long tibble (without merging rows)?

How to manipulate a data.frame by factor with dplyr

r dataframe dplyr

Assigning floor date in groupby fails

r dplyr

R: How to use a global variable that clashes with column name a dplyr workflow?

r dplyr

How to return multiple columns from one function inside `mutate` and allow me to name the output columns?

r dplyr

pivoting multiple columns R

r dplyr pivot tidyr

De-aggregate a data frame

r dplyr

How to replace colnames with vector values - using dplyr::rename() function [duplicate]

r dplyr

mutating variables (symbol or string) with tidy evaluation

r dplyr tidyeval

Create a conditional timeline based on events in R

r dplyr

Between group difference in mean values for all numeric variables

r dplyr mean data-manipulation

simplifying R code using dplyr (or other) to rowSums while ignoring NA, unlss all is NA

r dplyr code-cleanup rowsum