Search code examples
Calculate means across elements in a list...


rlistaggregatepurrr

Read More
using purrr instead of for loop and updating object recursively...


rpurrr

Read More
How to append the name of a sublist vector as a named element within the vector...


rpurrr

Read More
How to combine elements from a list and ensure only the latest record is used when applicable?...


rpurrr

Read More
Split a list into separate data frame in R...


rdplyrtidyversepurrr

Read More
How to map over function with multiple arguments (and changing data)?...


rdataframepurrrgt

Read More
pull all elements with specific name from a nested list...


rpurrr

Read More
ggplot2 loop over two columns to create plots in groups...


rggplot2purrr

Read More
Adding column if it does not exist...


rdataframedplyrpurrr

Read More
How to cut down on argument redundancy in purrr::map...


rpurrr

Read More
R dplyr function ceases to work when using map to iterate over vector of column names...


rdplyrpurrr

Read More
How to combine CLI message with purrr family functions...


rcommand-line-interfacepurrr

Read More
R purrr package map() vs pmap() difference...


rpurrr

Read More
Execute a list of purrr-style lambda formulas on a data frame...


rlistpurrrrlanglambda-calculus

Read More
How to use an anonymous function with pipe operator?...


rpurrr

Read More
`reduce` in purrr with `+` but ignore missing value in R...


rpurrr

Read More
Name new variables with purrr::map()...


rpurrr

Read More
Sampling different numbers of rows by group in dplyr tidyverse...


rrandomdplyrtidyrpurrr

Read More
How to extract or unnest an unnamed value from a nested or list column?...


rlisttidyversetidyrpurrr

Read More
Tidyevaluation pattern to map over selected columns...


rpurrrtidyevaltidyselect

Read More
How to most efficiently filter a dataframe conditionally of values in another one, in the tidyverse ...


rtidyversepurrr

Read More
Given a vector v and fn f, how do I generate the matrix {v, f(v), f(f(v)), ... f^k(v)}?...


rfunctional-programmingpurrrunfold

Read More
What is the **tidyverse** method for splitting a df by multiple columns?...


rtidyversepurrr

Read More
How to write custom functions that you can apply to columns in purrrr...


rdplyrpurrr

Read More
Exporting summary.betareg and summary.gam from list to csv...


rpurrrgambroombetareg

Read More
additional arguments to purrr:map don't work as expected...


rdplyrtidyversepurrr

Read More
Convert a list into a tibble with nested columns...


rtidyversepurrr

Read More
Function works with plan(sequential) but not plan(multisession)...


rtidyversepurrrr-futurefurrr

Read More
Filter list of lists with purrr::keep...


rlistnestedpurrr

Read More
Using Apache Arrow or DuckDB inside a map function in R...


rpurrrapache-arrow

Read More
BackNext