Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Draw a rectangle around specific panel in base graphics R [duplicate]

r graphics purrr

Tidyverse solution for rowise sum of products over multiple columns

r dataframe dplyr purrr

How to row bind dataframes stored in a multi-level nested list, and add an identifier column for each level?

Recover list names after applying purrr reduce r

r list purrr names

How to set_names on a list column using the tidyverse: tibble, purrr, dplyr

r dataframe dplyr purrr tibble

iteratively apply ggplot function within a map function

r ggplot2 tidyverse purrr

Using purrr to iteratively replace strings in a dataframe column

r gsub purrr

Create data frame with column characteristics from separate table's rows

r dplyr tidyverse purrr

Calculate means across elements in a list

r list aggregate 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