Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Get title for plots when using purrr and ggplot with group_by and nest()

r ggplot2 dplyr purrr

How to conditionally subset a list using the purrr package

r list subset purrr

Write multiple data frames to csv-file using purrr::map [duplicate]

r csv purrr

purrr map a t.test onto a split df

r purrr

Comparing variables of with a vector of solutions

r purrr

Coalesce pairs of variables within a dataframe based on a regular expression

r dplyr tidyverse purrr coalesce

How can I speed up spatial operations in `dplyr::mutate()`?

r dplyr purrr sf

R (purrr) flatten list of named lists to list and keep names

r nested-lists flatten purrr

double nesting with tidyverse and purrr

r purrr tidyverse

What is the **tidyverse** method for splitting a df by multiple columns?

r tidyverse purrr

Purrr::map_df() drops NULL rows

r tidyverse purrr

R nested tibble map2 comparisons

r purrr

Purrr filter the nested data based on unnested variable containing character vectors

r dplyr tidyverse purrr

confusing behavior of purrr::pmap with rlang; "to quote" or not to quote argument that is the Q

r dplyr purrr rlang tidyeval

Function to extract all list elements from a dataframe column into individual columns

r purrr

How to bind two lists with same structure?

r list purrr

How to use ifelse inside map function in R

r if-statement dplyr purrr

Using accumulate function with second to last value as .init argument

Reduce lists by summing element-wise in purrr

r tidyverse purrr