Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Renaming columns excluding a certain set of columns

r dplyr rename

Why do 'neutral' parenthesis cause errors in R (or maybe the tidyverse)?

r dplyr

How to use cut function for the string variables?

r dplyr

How to gather then mutate a new column then spread to wide format again

r dplyr tidyr

case_when with multiple conditions in dplyr R

r dplyr datatable tidyverse

Summarise within groups dplyr

r group-by dplyr dataset

listcolumns and multidplyr

r parallel-processing dplyr

Select first row in each contiguous run by group

r dplyr group-by sequence

dplyr: mean of a group count

r aggregate dplyr

How to convert week and year columns to a date column with lubridate in R

r dplyr lubridate

expand a data frame in R

r dplyr tidyverse

How to filter a string variable for values starting with a letter

r dplyr stringr

Remove non-last rows with certain condition per group

r dataframe dplyr

R: Collapse duplicated values in a column while keeping the order

r dplyr unique distinct

Discard value=1 across entire row

group_by, get most frequent and second most frequent

r group-by dplyr summarize

R: How to calculate mean for each row with missing values using dplyr

r dplyr mean

Using summarize_all and summarize together in dplyr

r dplyr

Pass data frame columns as arguments to mutate function

r function dplyr tidyeval