Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dplyr

Sample a proportion of each group, BUT with a minimum constraint (using dplyr)

r dplyr sample

Row-wise coalesce over all columns

r dplyr coalesce rowwise

How do I convert a hierarchical dataframe to a list in R?

Cumulative percentages in R

r dplyr cumulative-sum

Pivot longer with blocks of variables

r dplyr tidyverse tidyr reshape

tidyr use glue strings later in function

How to create a single column from multiple?

r dataframe dplyr

complete sequence column names and fill R

r dataframe dplyr sequence

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