Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Mapping str_detect over a list of strings to detect a second list of strings

r purrr stringr

Filtering conditional on lag values in R

r purrr

do() superseded! Alternative is to use across(), nest_by(), and summarise, how?

r dplyr tidyverse purrr

Using purrr and map to loop over deeper layers of a list?

r purrr

How to find the path of an element in a nested list

r list performance purrr

Expand dataframe by adding rows and values based on numbers in dataframe

Tidy method to split multiple columns using tidyr::separate

r tidyr purrr

rename_with doesn't work in purrr::map2 - Error "! the ... list contains fewer than 2 elements"

r list tidyverse rename purrr

List of vectors to list of lists

r list collections purrr

Add counts to legend labels

r ggplot2 label purrr

Set names of a newly created nested list with purrr

r purrr

handling sequential tasks with purrr

r purrr seurat

Run purrr::map_dfr on dataframe rows?

using `purrr::map` with compose functions

map_dfc for every row of dataframe with inputs

r dplyr statistics purrr

Purrr - conditionally mutate a column in a list of data frames when it exists

r list dplyr purrr

Handling zero length character vectors as empty strings

r paste purrr stringr

using purrr to extract elements from multiple lists starting with a common letter

r tidyverse purrr

how to avoid filling the RAM when doing multiprocessing in R (future)?