Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

R - using map to apply a list function to dataframe column and create new columns with elements of the list

r purrr dplyr

Creating a new accumulative column in a data frame based on existing columns

r dataframe dplyr purrr

Why using with() as function in a map() call does not work in this example?

r purrr

Combine multiple list columns into one list column in R?

r dataframe dplyr purrr