Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

How to append the name of a sublist vector as a named element within the vector

r purrr

Create new column of from list using each item's name

r dplyr purrr

How to pass the name of a variable to a custom function from `purrr::map()`?

r purrr

Include the grouping column in nested data

r purrr

tidyverse solution for multiplying columns by a vector

r dplyr tidyverse purrr

Passing NULL in purrr pmap

r purrr pmap

Passing map() .x to a function

r purrr reactable

Applying purrr::walk2() to a data.frame of data.frames at the end of a pipe

r purrr

Fast string counting in dplyr

r regex dplyr purrr

use purrr::pwalk to create multiple shiny observeEvents from tibble

Supplying the list argument to .l in pmap() or pwalk()

r purrr

Stack nested lists of dataframes with purrr

r purrr

how to keep named but 0-row tibbles in a list with list_rbind?

r purrr

stringr::str_glue() doesn't work with purrr::map()

r tidyverse purrr r-glue

Error when exporting ggplot graphs to pdf: invalid font type

r pdf ggplot2 purrr plotmath

How to extract results from safely in purrr?

r purrr

purrr::map equivalent to dplyr::do

r dplyr purrr

map over columns and apply custom function

r dplyr purrr

Using dplyr summarise() for specific columns within purrr map() with grouped data

r dplyr purrr

Grouped multicolumn gather with dplyr, tidyr, purrr [duplicate]

r dplyr tidyr purrr tidyverse