Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Input dplyr::filter() as argument to function

r dplyr tidyverse nse

run multiple model and save model comparison results in dataframe in r

r dplyr tidyverse

Converting strings to symbols then to quosure recognized by !! in tidyverse

r dplyr tidyverse

ggplot2: refer to data supplied to ggplot(...) inside later calls to geoms

r ggplot2 tidyverse