Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Variable column names in rowwise dplyr

r dplyr purrr nse

How to set function arguments from data frame using purrr::pmap without writing all col names?

r function purrr

Using invoke_map() or exec() on a data.frame

r 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