Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Use filter() (and other dplyr functions) inside nested data frames with map()

r dplyr tidyverse purrr

Add new variable to list of data frames with purrr and mutate() from dplyr

r dplyr purrr

Using purrr::pmap within mutate to create list-column

r dplyr purrr

Pass multiple functions to purrr:map

r tidyverse purrr

How to use purrr::pmap to plot multiple ggplot in nested.data.frame

r ggplot2 purrr

How to use map from purrr with dplyr::mutate to create multiple new columns based on column pairs

r purrr dplyr

Does a multi-value purrr::pluck exist?

r tidyverse purrr

R - Parallelizing multiple model learning (with dplyr and purrr)

tidyverse: binding list elements of same dimension

r dplyr tidyverse reduce purrr

Pass function arguments by column position to mutate_at

r dplyr purrr

Parse Error: "Trailing Garbage" while trying to parse JSON column in data frame

json r jsonlite purrr

What is meaning of first tilde in purrr::map

r purrr tilde

purrr map equivalent of nested for loop

r purrr

Tidyverse approach to binding unnamed list of unnamed vectors by row - do.call(rbind,x) equivalent

Use input of purrr's map function to create a named list as output in R

r list named purrr

Adding column if it does not exist

r dataframe dplyr purrr

Row-wise iteration like apply with purrr

r apply purrr

Why use purrr::map instead of lapply?

r purrr