Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Is it possible to extract multiple items from a list in R with map()?

r list dictionary purrr

Object .x not found when using purrr:walk2

r purrr

Calculating Highest In, First Out on trades

r dplyr purrr stock

Create multiple list columns from data columns of a nested data frame

r dplyr purrr

Alternative (faster) approach to dynamically create row means for multiple groups of columns

r dplyr purrr rowwise across

gmailR - send multiple emails through R with attachment

r purrr

Convert nested lists to a dataframe in R

r purrr rbind

How to efficiently apply multiple functions simultaneously to the same dataframe and save the results as a list of dataframes?

r apply purrr

R: Looping over custom dplyr function

r loops dplyr purrr nse

How to segregate a vector/variable in two states depending upon percent increase of decrease from its previous value

Creating nested data frames with variable dimensions

r dplyr nested purrr

Using pmap with c(...) part 2

r purrr

Replace column in a list of lists of dataframes with columns in another list of lists of dataframes. R

r list dataframe tidyverse purrr

Traveling between nesting levels in a tibble: how to refer to data stored in upper levels of nesting hierarchy

r dplyr purrr tibble

How do I pipe into or include an additional argument within a list of quosures?

r purrr rlang

map over columns and extract the first number using map_dbl

r purrr

Rendering Quarto document with multiple gt tables printed via purrr::map

r purrr quarto gt

How to use map_if based on the name of each element in the list

Filter based on data in a nested data frame column using purrr

r dplyr tidyverse purrr