Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tidyverse

recursive purrr::modify_depth() does not work on ragged lists

r list recursion tidyverse purrr

Bind rows of data frames with some factor columns

r dplyr purrr tidyverse

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

Can forcats::as_factor return an ordered factor?

r tidyverse forcats

Using a variable number of groups with do in function

r function dplyr tidyverse

Iterating over multiple regression models and data subsets in R

readxl, selected worksheets in single .xlsx-workbook

r tidyverse readxl

How to create matrix of distribution in R

r dataframe dplyr tidyverse

getting constant text size while using atop function in r

r ggplot2 tidyverse plotmath

How to use variable shadowed by column in dplyr mutate [duplicate]

r dplyr tidyverse

Ignore trailing delimiters in readr::read_csv

r csv readr tidyverse

Faster method than "while" loop to find chain of infection in R

Empirical Bayes in R

How to pass by argument to dplyr join function within a function?

r dplyr tidyverse rlang

Print first few lines of a text file in R

r tidyverse

Convert a tidy table to deeply nested list using R and tidyverse

r json list tidyverse

Error in bind_rows_(x, .id) : Argument 1 must have names

r dplyr tidyverse

Duplicating (and modifying) discrete axis in ggplot2

r ggplot2 tidyverse

R purrr:::pmap: how to refer to input arguments by name?

r purrr tidyverse