Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

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

R renaming passed columns in functions

r function dplyr

Rename multiple variables within a pipeline

r rename dplyr magrittr

Select all elements of a vector except one in dplyr pipeline

r vector dplyr

Substitute for mutate (dplyr package) in python pandas

python r pandas dplyr

How to use data.table within functions and loops?

Time difference between rows in R dplyr, different units

r datetime dplyr difference

Wildcards for filter function in dplyr

r dplyr

How to refer to variable instead of column with dplyr

r dplyr

Condition in ifelse: Value in multiple columns/variables