Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How to pull column name into a new column based on column contents in R

r dplyr data.table tidyr purrr

How can I use purrr to extract an attribute in a deeply nested list column in R?

r tidyverse purrr

Variable column names in rowwise dplyr

r dplyr purrr nse

How to set function arguments from data frame using purrr::pmap without writing all col names?

r function purrr