Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

How to select elements with the same name from nested list with purrr?

r purrr

apply function to grouped rows in dataframe [duplicate]

r dplyr purrr

Using nest and purrr::map outside of mutate

r dplyr tidyr purrr

Purrr and several multiple regressions in R

Grouping Ids based on at least one common values

r reduce purrr accumulate

Extracting Information from Multi-Level Nested Lists

r tidyverse purrr

Retain list names after applying map

r purrr

Fast way to calculate values in cells based on values in previous rows

Repeatedly mutate variable using dplyr and purrr

Rename multiple dataframe columns using purrr

r tidyverse purrr

Binding together dataframes from a list in purrr

r purrr

translate this loop into purr?

r tidyverse purrr

Create list of lists from tibble in R (tidyverse)

r dplyr tidyverse purrr

rename_if() together with starts_with() to prefix certain columns [duplicate]

r dplyr rename tidyverse purrr

Get title for plots when using purrr and ggplot with group_by and nest()

r ggplot2 dplyr purrr

How to conditionally subset a list using the purrr package

r list subset purrr

Write multiple data frames to csv-file using purrr::map [duplicate]

r csv purrr

purrr map a t.test onto a split df

r purrr

Comparing variables of with a vector of solutions

r purrr

Coalesce pairs of variables within a dataframe based on a regular expression

r dplyr tidyverse purrr coalesce