Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Rendering Quarto document with multiple gt tables printed via purrr::map

r purrr quarto gt

How to use map_if based on the name of each element in the list

Filter based on data in a nested data frame column using purrr

r dplyr tidyverse purrr

Find an element from a json file using purrr or rlist

r json purrr

How to pass dataframe columns as argument when curlycurly does not work? (e.g.map function within nest)

r tidyr purrr rlang

How to filter elements of a list column

r list filter purrr

Pass data.frame row-wise to function using purrr/furrr instead of apply

r apply purrr furrr

In a tibble that has list-columns containing data frames, how to wrap mutate(foo = map2(...)) with a custom function?

r dataframe dplyr purrr

tidy eval map over column names

r tidyverse purrr tidyeval

R: purrr: using pmap for row-wise operations, but this time involving LOTS of columns

Set row names to multiple matrices in R

r matrix purrr

Map strings in one vector, which are substrings of longer strings in another vector, to the same substrings in the longer strings

r dplyr purrr

Vectorizing loops in R

r dplyr purrr

Translating a `for loop` into purrr using `map` function in r

r loops for-loop tidyverse purrr

Converting List to Vector using Tidyverse

r dplyr tidyr stringr purrr

debug a function when Safely from Purrr has been used?

r purrr

Have a function accept a list column of parameters

r purrr rlang tidyeval pmap

How to avoid for-loop *or* how to update the results obtained by purrr::map dynamically during the iteration?

r for-loop purrr

piping a vector into all() to test equality

r dplyr purrr magrittr