New posts in tidyverse

Unnesting character string list and converting into wide data

Error with select function from dplyr

Mutate multiple variable to create multiple new variables

Apply a function to a list of dataframes n list elements at a time

Trouble with an R function for making a ggplot2 graph and optionally facetting with user-specified columns

combine two data frames with all posible combinations

Calculating the difference between two dates by group with caveat

Duplicating (and modifying) discrete axis in ggplot2

How to select row with exactly only 2 unique value with tidyverse?

use output of previous magrittr chains as arguments to further arguments

How to count string numbers row-wisely and count percentage (only not empty columns taking into account)

How to convert list of list into a tibble (dataframe)

Spread with duplicate identifiers (using tidyverse and %>%) [duplicate]

combine rows in data frame containing NA to make complete row

What are the differences between R's new native pipe `|>` and the magrittr pipe `%>%`?

data.table equivalent of tidyr::complete()

Modify multiple columns at same time in R

Fill cells dataframe based on multiple conditions

How to use Pivot_longer to reshape from wide-type data to long-type data with multiple variables

Structure of variables not recognised when dataframe is a tibble