Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Using invoke_map() or exec() on a data.frame

r purrr

Is there any faster way than rowwise() to apply a function row-wise to one column of a tibble?

r dplyr tidyverse purrr

Group t test result into columns within tidyverse

r dplyr purrr broom

Subtracting each column from its previous one in a data frame

r dplyr purrr

Test equality of/filter geometries in sf?

r dplyr geospatial purrr r-sf

Expanding a data.frame based on (group) values from the data.frame

r dplyr tidyr purrr

Applying multiple model formulas to groups of data

r dplyr purrr

Filter different variables based on different conditions

r tidyverse purrr

Transform a list of lists into a differently arranged list of lists to use for pmap

r tidyverse purrr pmap