Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

How to use map_at properly in a nested list?

r purrr

R - using map to apply a list function to dataframe column and create new columns with elements of the list

r purrr dplyr

Creating a new accumulative column in a data frame based on existing columns

r dataframe dplyr 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