Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

accessing nested lists in R

r tidyr purrr

map a vector of characters to lm formula in r

r purrr

Supplying multiple groups of variables to a function for dplyr arguments in the body

r dplyr purrr rlang tidyeval

predict values from GAM for grouped dataframe in R

r apply purrr gam

why does map_if() not work within a list

How to use purrr for extracting elements from a list?

r purrr

Extract model summaries and store them as a new column

r dplyr lm summary purrr

select non-missing variables in a purrr loop

r dplyr lm purrr

Unnest list and gather items with purrr

r tidyverse purrr

Code not working using map from purrr package in R

r dplyr purrr

Add titles to ggplots created with map()

r ggplot2 purrr

Mutating columns of a data frame based on a predicate function (dplyr::mutate_if)

r dplyr purrr

How to pass second parameter to function while using the map function of purrr package in R

r purrr

how to compute rowsums using tidyverse

r dplyr tidyr tidyverse purrr

modelr: Fitting multiple models with resampled data

r dplyr tidyr purrr

map + pmap, cannot find variables

r dplyr purrr pmap

How to speed up iteration while working on a data-frame with over 5 million observations in r?

Add multiple output variables using purrr and a predefined function

r function purrr

apply/map a different function per row in a data frame with varying parameters

r dplyr purrr

How to fork/parallelize process in purrr::pmap