Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Find the Maximum Value with respect to another within two data frames (VLOOKUP which returns Max Value) in R

r dataframe dplyr

Apply function within mutate

r dplyr

Mutating across multiple columns to create percent score in R

r dplyr

Using case_when with multiple true conditions

r dplyr case-when

Using mutate_each to scale and center variables in sparklyr

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