Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to select elements with the same name from nested list with purrr?

r purrr

apply function to grouped rows in dataframe [duplicate]

r dplyr purrr

Using nest and purrr::map outside of mutate

r dplyr tidyr purrr

Purrr and several multiple regressions in R

Grouping Ids based on at least one common values

r reduce purrr accumulate

Extracting Information from Multi-Level Nested Lists

r tidyverse purrr

Retain list names after applying map

r purrr

Fast way to calculate values in cells based on values in previous rows

Repeatedly mutate variable using dplyr and purrr