Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Apply function to two columns at a time with purrr

r dplyr purrr

Use of glue in map in an RMarkdown in a new environment

return the mapped object if expression inside of purrr:possibly() fails

r error-handling purrr

pmap purrr error: Argument 1 must have names

r purrr pmap

fit an `lm` model for every level of a factor

r tidyverse purrr

Rename portions of named list of lists without for loop

r purrr

Standardize Rename with a Dictionary

r tidyverse purrr

Applying pmap list arguments to a function nested within another function

r purrr pmap

Add rows with specific values in between existing rows

r dplyr purrr

Way to overlay an image on each ggplot object in a list using grid.raster?

r ggplot2 raster purrr

Use purrr's map to estimate linear regressions by group when some groups are empty for some models

r purrr

converting function names to strings inside purrr::map [duplicate]

r purrr

Making a function that takes a function call as an argument into a pipeable function.

Building linear regression model from map_*() in R

r purrr

Creating a dynamic Group By

How to extract column headers (variables names) of data frames and store them as variable in a different data frame?

r dataframe purrr

Passing arguments to pmap in mutate

r dplyr purrr pmap

Is it possible to extract multiple items from a list in R with map()?

r list dictionary purrr

Object .x not found when using purrr:walk2

r purrr