Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Find an element from a json file using purrr or rlist

r json purrr

How to pass dataframe columns as argument when curlycurly does not work? (e.g.map function within nest)

r tidyr purrr rlang

How to filter elements of a list column

r list filter purrr

Pass data.frame row-wise to function using purrr/furrr instead of apply

r apply purrr furrr

In a tibble that has list-columns containing data frames, how to wrap mutate(foo = map2(...)) with a custom function?

r dataframe dplyr purrr

tidy eval map over column names

r tidyverse purrr tidyeval

R: purrr: using pmap for row-wise operations, but this time involving LOTS of columns

Set row names to multiple matrices in R

r matrix purrr