Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

How would I write a recursive version of purrr::keep?

r purrr

cleaning up list of list of list in R

r list purrr

summarize to vector output

r vector dplyr purrr summarize

Iterating over multiple regression models and data subsets in R

Iterate over two nested lists in parallel using purrr functions

r purrr

How to fit multiple models on multiple dataset in purrr?

r purrr

Join 2 nested lists

r tidyverse purrr

Using mutate with map2 and exec instead of invoke_map

r dplyr tidyverse purrr rlang

Using `map()` in nested data frame

r dplyr xts tidyr purrr

working with lists of models using the pipe syntax

Using purrr rowwise instead of apply() on whole row

r apply purrr

Mutate across multiple columns to create new variable sets

Joining list of data.frames from map() call

r dplyr purrr tidyverse

Create a matrix of residual plots using purrr and ggplot

r ggplot2 purrr

Converting data frame into deeply nested list

r purrr r-whisker

use assign() inside purrr:walk()

r dplyr purrr nse

Using summarize(across(..., .fns = ...)) with a multi-variate function

r dplyr tidyverse purrr

Sampling different numbers of rows by group in dplyr tidyverse

r random dplyr tidyr purrr

dplyr::select of nested data frame

r select dplyr purrr

Rename column of dataframes inside a list with its dataframe name

r dplyr purrr