Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

extract model info from model saved as list column in r

r dplyr purrr

Choose command order in a function based on an error [R]

Using mutate(across(...)) with purrr::map

r dplyr purrr

mixing unnest_longer and unnest_wider

r json tidyr 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