Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Is there any faster way than rowwise() to apply a function row-wise to one column of a tibble?

r dplyr tidyverse purrr

Group t test result into columns within tidyverse

r dplyr purrr broom

Subtracting each column from its previous one in a data frame

r dplyr purrr

Test equality of/filter geometries in sf?

r dplyr geospatial purrr r-sf

Expanding a data.frame based on (group) values from the data.frame

r dplyr tidyr purrr

Applying multiple model formulas to groups of data

r dplyr purrr

Filter different variables based on different conditions

r tidyverse purrr

Transform a list of lists into a differently arranged list of lists to use for pmap

r tidyverse purrr pmap

Split dataframe into 5 parts and use describe function for every part

r dplyr lapply purrr

Passing list of data frames into lm() and viewing the results

r lm tidyverse purrr broom

How to write a custom function directly inside purrr::accumulate2()

Purrr with [[<-

r purrr

purrr::map_if: apply a function only to specific columns

r purrr

Create a list from Tibble Columns

r list dplyr purrr readr

Pass a vector of arguments to map function

r purrr

Add title to ggplot objects in function that will be used with map()

r function ggplot2 purrr

How to combine elements from a list and ensure only the latest record is used when applicable?

r purrr

How to write a purrr::reduce function with additional arguments in .f

r purrr

mutate(across(map())): Any way to include the column name in a .progress message from map()?

r dplyr purrr