Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Double nesting in the tidyverse

r tidyr purrr

Using purrr::map to iterate linear model over columns in data frame

r purrr

Dummy code categorical / ordinal variables in the tidyverse r

How to get list name and slice name with pipe and purrr

r ggplot2 pipe purrr

Which is the best way to flatten nested lists derived from a relational database using tidyverse tools?

r nested-lists tidyverse purrr

loess regression on each group with dplyr::group_by()

r dplyr purrr loess broom

how to unquote (!!) inside `map` inside `mutate`

r dplyr purrr rlang tidyeval

iterate through data frame where each iteration is dependent on the previous item in R efficiently

Use a function name that's a string in map loop?

r purrr

How to add calculated columns to nested data frames (list columns) using purrr

r dplyr purrr

when to use map() function and when to use summarise_at()/mutate_at()

r purrr modelr

Multiple condition if-else using dplyr, custom function, or purr

r dplyr purrr

Giving the list returned by purrr::map names

r tidyverse purrr