Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Subset list of dataframes containing specific column name

r list subset lapply purrr

Combine data file and label file together to have one single labelled dataframe in R

Join tables based on multiple ranges in R

r dplyr data.table purrr

Split a list into separate data frame in R

r dplyr tidyverse purrr

recursive purrr::modify_depth() does not work on ragged lists

r list recursion tidyverse purrr

apply a function to a parameter grid and return a list of lists in purrr

r purrr

Bind rows of data frames with some factor columns

r dplyr purrr tidyverse

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

Error: missing values and NaN's not allowed if 'na.rm' is FALSE

r purrr

dplyr bind_rows execution time exponential

r dplyr purrr

How would I write a recursive version of purrr::keep?

r purrr

cleaning up list of list of list in R

r list purrr

summarize to vector output

r vector dplyr purrr summarize

Iterating over multiple regression models and data subsets in R

Iterate over two nested lists in parallel using purrr functions

r purrr

How to fit multiple models on multiple dataset in purrr?

r purrr

Join 2 nested lists

r tidyverse purrr

Using mutate with map2 and exec instead of invoke_map

r dplyr tidyverse purrr rlang

Using `map()` in nested data frame

r dplyr xts tidyr purrr

R purrr:::pmap: how to refer to input arguments by name?

r purrr tidyverse