Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

rmarkdown/purrr: remove list indices between plots

r r-markdown purrr

How to join same named sublist elements and add an ID variable

r list purrr

How do I use purrr in Shiny to apply one renderText to multiple outputs?

r shiny purrr

Apply map function to grouped data frame in with purrr

r dplyr group-by split purrr

Retain nesting variable when using select on nested tibble

r dplyr tidyr purrr

How to fill NA's when you have enough information to calculate what the NA should be in R

r dplyr purrr rowwise

Increase speed in finding "Ιncreasing dice roll sequences"

r performance dplyr purrr

how to calculate time difference between dates by group

r for-loop dplyr purrr difftime

purrr pmap function arguments

Pass a list of image objects to a R magick function instead of a vector

r purrr magick

Conditionally concatenate strings in vector based on a value in secondary vector in R

r excel iteration purrr

Using purrr to fit many models using tidymodels

r purrr tidymodels

How to use purrr tilde function with multi-line formulas

r purrr

map inside map2 - how to refer properly to arguments (purrr)

r nested purrr

purrr combine pmap and nest

r purrr

Purrr map a function to all columns except for one

r purrr

Using purrr map to apply function to selection of columns in DataFrame in dplyr pipeline

r tidyverse purrr

R Add a column in nested data sets

r dplyr nested tidyr purrr

Equivalent of next in purrr::map_df

r tidyverse purrr

correlation at the end of a pipe operation

r purrr