Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

tidyr::pivot_longer() for multiple matching sets of names/values

r dplyr tidyverse tidyr

CI on cumulated values

r ggplot2 tidyverse

How to map years into subsequent decades in R?

Remove any characters before "_" [duplicate]

r string tidyverse

Pivoting single rows into rows with their combined values

Creating a new mean column in a loop by a custom function

r dplyr tidyverse purrr tidyeval

R - (Tidyverse) Compress multiple observations into one

r dplyr tidyverse lubridate

Create a diagonal matrix from a dataframe in r

r matrix tidyverse

Create new dataframe based on sequential row values

Pass vector of unquoted column names to a function and use first element

r tidyverse tidyselect

Problems with tidyverse after installing glue

r tidyverse

Succinctly Reproducing the following graph with R and ggplot2

Row-wise flatten_chr() or unlist() to convert string to vector

r list vector tidyverse

ggplot stacked bar chart in horizontal direction. What is the influence of the y-aesthetic?

r ggplot2 tidyverse

Numbering rows within groups in a data frame, but in relation to the blocks of rows with the same value

r dplyr tidyverse

How to copy grouped rows into column by dplyr/tidyverse in R?

Mutate a new column and paste value from existing columns conditional on string in column names

Converting grouped tibble to named list

r tidyverse purrr

Count or sum specific string (strings) in each row (rowwise) using dplyr

r string tidyverse dplyr

R, stringr, mutate (I think) - multiple partial string replacements in multiple strings

r tidyverse stringr dplyr readr