Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

How to arrange only some rows of a dataframe, based on a condition without affecting the rest of the rows (in R)

r dataframe tidyverse

Simplifying case_when() when condition is the same across multiple variables

r tidyverse

Why does stat_summary plot multiple/single lines depending on the variable?

r ggplot2 tidyverse

tidyverse problems when loading tidyverse in .Rprofile

r tidyverse

Apply a vector of filters based on a string (or vector of strings) in dplyr

r filter dplyr tidyverse

R package vignettes

r package tidyverse vignette

How to apply a function on a selection of columns in a pipe sequence in R?

r dplyr tidyverse magrittr

Direct way for 'distinct() groupwise'

r tidyverse distinct group

transform data frame from wide to long (several variables) using separator [duplicate]

Create Presence/Absence column in a data frame [duplicate]

r tidyverse

R: create new rows from preexistent dataframe

reprex setting output width

r tidyverse reprex

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

What are the differences between the 'data.frame', 'tribble' and 'tibble' functions?

r dataframe tidyverse tibble

Pivot longer with blocks of variables

r dplyr tidyverse tidyr reshape

Using purrr map to apply function to selection of columns in DataFrame in dplyr pipeline

r tidyverse purrr

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

r dplyr pivot tidyverse tidyr

How do to conditionally bold y axis text in gantt chart using ggplot2

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