Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

R: using dplyr to remove certain rows in the data.frame

r dataframe dplyr

Function parameter; passing variable name without quotes

r dplyr

join data frames and replace one column with another

r dplyr

Mutate_if or mutate_at in dplyr with Dates

r dplyr lubridate

str_extract_all: return all patterns found in string concatenated as vector

r dplyr stringr

How to name a list of a group_split in dplyr when grouped by more than one column

r dplyr

R dplyr choose value from column with column name to choose in a separate column

r dplyr

How to lookup and sum multiple columns in R

r dplyr

regression by group and retain all the columns in R

r dplyr regression

Using dplyr, how should I create a column of strings repeating a character based on the value of another column?

r dplyr data-manipulation

User Defined Function not working in dplyr pipe

Comparing a column value to all its leading values within dplyr::mutate

r dplyr

Rename columns using values from separate dataframe

r dplyr

Using replace_na with across in mutate

r dplyr

R: lagged "cumulative" difference between two values

r dplyr lag

Can I make this dplyr + data.table task faster?

r data.table dplyr

lm() called within mutate()

r lm dplyr

Multiplying column value by another value depending on value in certain column R

r rows dplyr

Using tidyr::complete with group_by

r dplyr tidyr

dplyr group by not working in Shiny

r group-by shiny dplyr