Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

Reshape long dataframe to wide and rename new columns by using one column as prefix

modifying levels in factor variable using ifelse

r tidyverse r-factor

Two-level unstack in R

r tidyverse

R subtract value based on category and date the tidyverse-way

r dplyr tidyverse

shorten case_when syntax when applying between command over multiple variables

r tidyverse dplyr

Replacing values in columns in a dataframe in situ

r dplyr tidyverse tidyr purrr

Expand variables encoded as strings in character vector to symbols [duplicate]

r tidyverse

How is the data argument passed through ggplot?

r ggplot2 tidyverse

tidyverse VS dplyr in R - Processing Power / Performance

Join 3 columns of different lengths in R

r tidyverse

separate columns on condition in dataframe in R

r dplyr tidyverse

Using Tidyverse to Output a Series of Summary Statistic Tables per User/Participant

r tidyverse

Generating additional rows based on a condition within the same data frame

r tidyverse

str_extract_all not listing all possible matches (R, stringr)

r regex dplyr tidyverse stringr

Coalescing multiple columns from both the left and right side

r tidyverse

Filter across columns in dplyr

r dplyr tidyverse

Substract value from tibble column based on another tibble

r dplyr tidyverse tibble

use levene_test in map() function from purrr?

r tidyverse purrr rstatix

Sum column of rows below which meet a certain criteria

r dplyr tidyverse

pmap not mapping across rows of dataframe

r tidyverse purrr