Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

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)?

Return all combinations of two column types that sum to >=0 and return corresponding summary metadata for which columns in R [R]

r dataframe purrr

Passing labels to xlab and ylab in ggplot2

r ggplot2 purrr tidyeval

using "keep" or "discard" from purrr to filter lists based on two conditions

r purrr

map_df() to produce an output that looks like `rbind`ed `lapply()`

How to keep first level list elements in a multi level nested list of lists

r purrr

Advantages of purrr vs apply family [duplicate]

r lapply purrr

pull all elements with specific name from a nested list

r purrr

How to customize text in ggplot2 facet_grid label when using purrr?

r ggplot2 purrr facet facet-grid

How to delay evaluation of function passed as argument to purrr::pmap

r purrr

Unique element of a named list

r list purrr

How to fill missing values based on neighboring polygons in R?

r purrr r-sf

purrr loop: Error: Problem with `mutate()` input `combined_data`. x `x` and `y` must share the same src, set `copy` = TRUE (may be slow)

r dplyr purrr

Overlap between multiple time-intervals columns by group

r group-by dplyr purrr lubridate

Purrr map multiple functions and two inputs

r dplyr tidyverse purrr