Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Filter try-error objects from a column / list (dplyr but also more general)

r dplyr purrr

passing ellipsis arguments to map function purrr package, R

r ellipsis purrr

R - Appending multiple level 2 elements to each level 1 element of a list by name

r list data-manipulation purrr

Replacing NA of numbered column in list of data frames

r list replace na purrr

turning lists of lists of lists into a dataframe

r list dataframe lapply purrr

Using dplyr::across with two sets of variables

r dplyr purrr across r-glue

Conditionally rename columns in list, based on separate character vector stored in data.frame

r tidyverse rename purrr

readLines killing R in purrr::map

r purrr

Accessing grouping variables in purrr::map() with nested dataframes

r dplyr tidyr purrr

Convert list column to column of strings

r dplyr tostring purrr

printing ggplot with purrr map

r ggplot2 purrr

Understanding how the accumulate function works

r purrr accumulate

How to spread a single column into wide format with 0 and 1 as values defined conditionally?

Get all possible combinations in a time-series data with variable daily readings

r dplyr purrr

r purrr problems using walk with save()

r save purrr

ggplot using purrr map() to plot same x with multiple y's

r dictionary ggplot2 purrr

str_replace_all by position, applied over a vector

r tidyverse stringr purrr

Use purrr::map to apply multiple arguments to a function

r ggplot2 dplyr magrittr purrr

Remove list elements that are zero-row tibbles

r tidyverse purrr

Error using dplyr::count() within purrr::map()

r dplyr purrr