Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Why using with() as function in a map() call does not work in this example?

r purrr

Combine multiple list columns into one list column in R?

r dataframe dplyr purrr

Difference map() vs. map_dfr() in R

r dataframe mapping purrr

Add names of dataframes in a table

r purrr

How to subset windows in a dataframe using start- and end-values from another dataframe in R?

r dplyr tidyverse subset purrr

use pmap() to calculate row means of several columns

r purrr pmap

Apply function only on integer columns using purrr::map_df

r purrr

Function that specifies argument of another function and list of values to pass to that argument with purrr::map or lapply

Apply a custom function to pairs of columns in a dataframe

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