Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Extract a dataframe from a column of dataframes (tidyverse approach)

r dplyr purrr

using rlang to list variables inside purrr::pmap

r tidyverse purrr

Applying lm with map2

r dplyr lm purrr

Dataframes within a column of dataframe

r list dplyr purrr

`purrr:map()` to print items in a list and also their names

r tidyverse purrr

Create a tibble row-wise using purrr

r tidyverse purrr

Tag regression samples for many models using purrr

Joining data frames without returning all matching combinations

r dataframe join dplyr purrr

Creating a new mean column in a loop by a custom function

r dplyr tidyverse purrr tidyeval

how to save objects stored in a list column in R

r save purrr

Converting grouped tibble to named list

r tidyverse purrr

Use purrr::accumulate with condition

Provide tibble names in purrr

r purrr

purrr - how to apply recursively a function with changing arguments

r list purrr accumulate combn

How to extract the longest match?

r regex stringr purrr

extract model info from model saved as list column in r

r dplyr purrr

Choose command order in a function based on an error [R]

Using mutate(across(...)) with purrr::map

r dplyr purrr

mixing unnest_longer and unnest_wider

r json tidyr purrr

How to use map_at properly in a nested list?

r purrr