Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

top_n function returning more rows than expected

r dplyr

How to use dynamic tidy-select expressions in dplyr::select()?

r dplyr tidyverse tidyselect

how to compute regressions by group with lm, do, broom and dplyr?

r dplyr broom

Tidyverse commands are becoming deprecated: T test inside a summarise , then report all results

r dplyr tidyverse broom

Subtract a two-level group mean from every observation in a data.frame

r dataframe data.table dplyr

Pivot longer multiple columns while pivot wider others

How to create new columns more conveniently with partially matched names?

r dplyr tidyverse mutate

Repeatedly apply a conditional summary to groups in a dataframe

r dplyr data.table

Split Data Every N Columns and rbind Using R [duplicate]

r dplyr data.table tidyverse

updating line number column prevented due to `rowwise()`? [duplicate]

r dplyr

Add row to dataframe based on condition of previous row in R

r dplyr

R sum observations by unique column PAIRS (B-A and A-B) and NOT unique combinations (B-A or A-B)

r dplyr summarize

Calculating percentage for several columns with the same values

r dplyr

In tidyeval, what is the difference between !!var and !!sym(var)?

r function dplyr rlang

Finding weekly returns from daily returns company-wise

r date dataframe dplyr xts

Distinct in data.table as in dplyr

r dplyr data.table

How to effectively determine the maximum difference between the variable value in each row and same variable subsequent row values in data.table in R

r algorithm dplyr data.table

How to split a data frame by row into multiple data frames and then export them to excel? R

r dplyr

piping dplyr mutate with unknown variable name

r dplyr piping