Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Summarize with the latest record for each group [duplicate]

r dataframe dplyr filter

Creating new columns based on data in row separated by specific character in R

R dplyr conditional mutate with group_by

Transpose dataframe without t(), and using spread(), cast(), or melt()

Convert columns to comma separated list if 1

r dataframe dplyr

How to sum by grouped columns in R?

r dplyr

Using na.locf to carry last value forward ignoring first rows when first observation is na

r dplyr zoo

Efficiently formatting date and time in large data sets in R - dplyr performance

How to summarise numeric columns automaticaly? [duplicate]

r dplyr across

Row-wise sum of logical values in a dataframe

r dplyr

Replacing subject ID with part of filename in R

r dplyr lapply gsub

Merge rows and keep values based on another column

r dplyr

Match character vector in a dataframe with another character vector and trim character

r dplyr tidyverse stringr

Getting filter within a function to work with tidy evaluation

r dplyr rlang

How to concatenate rows based on group as quickly as possible

How to calculate the mean in a data.frame based on patterns in the column names?

r dplyr mean

Loop through unique values of a column and create multiple columns

bind rows of tibbles present in nested list

r dplyr

dplyr::bind_cols (remove the first column while combining several data.frames)

r dplyr