Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

dplyr tidyeval equivalent of underscore function versions

r dplyr tidyeval

Pivoting multiple sets of columns using pivot_longer in R [duplicate]

r dplyr pivot tidyverse tidyr

dplyr: If a column is present then evaluate an expression. If not return a `FALSE`

r dplyr

Use dplyr to replace values on select columns

r dplyr

dplyr summarize across ttest

r dplyr

Count the amount of times value A occurs without value B and vice versa

r dplyr tidyverse

Add incremental values based on row numbers in tidyverse?

r dplyr tidyverse

Inner join exactly on one column and fuzzy on another

How to mutate a complex variable involving dates?

r dplyr lubridate

Sum columns based on a string match in other columns

r dplyr tidyr

Pivot_longer() dataset by splitting the header's character strings into multiple columns

r dplyr pivot tidyr

R Add a column in nested data sets

r dplyr nested tidyr purrr

dplyr: summarize by group (sum) is extremely slow

r dplyr

R: coalescing a large data frame

r dataframe dplyr coalesce

left_join a dataframe across multiple dataframes in a list

r dplyr left-join tidyverse

Combine columns into list column

r dplyr

dplyr: reshape wide to long [duplicate]

r dplyr pivot tidyr

scatter plot against all groups for a long data frame

r ggplot2 dplyr tidyr

Use dplyr complete() to create new variable based on min/max values [duplicate]

r dplyr

Use case_when and startsWith to selectively mutate by row

r dplyr