Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in purrr

Vectorized conditional outputs in R (maybe using purrr)?

Search for string across entire row of a tibble?

r dplyr purrr stringr tibble

Conditionally change values in a data frame to their column name

r dplyr purrr

List into tibble using list names as values in one column

r list tidyverse purrr tibble

show unique values for each column

r dplyr purrr

Extracting data from irregular lists using purrr:map()

r list dictionary purrr

Take row names from list of lists in R

r list variables purrr rowname

Get element number of list while iterating through it

r list tidyverse purrr

How to use purrr's map function to perform row-wise prop.tests and add results to the dataframe?

r dplyr purrr

Subset list of dataframes containing specific column name

r list subset lapply purrr

Combine data file and label file together to have one single labelled dataframe in R

Join tables based on multiple ranges in R

r dplyr data.table purrr

Split a list into separate data frame in R

r dplyr tidyverse purrr

recursive purrr::modify_depth() does not work on ragged lists

r list recursion tidyverse purrr

apply a function to a parameter grid and return a list of lists in purrr

r purrr

Bind rows of data frames with some factor columns

r dplyr purrr tidyverse

Using mutate_at() on a nested dataframe column to generate multiple unnested columns

r dplyr tidyr tidyverse purrr

Error: missing values and NaN's not allowed if 'na.rm' is FALSE

r purrr

dplyr bind_rows execution time exponential

r dplyr purrr

R purrr:::pmap: how to refer to input arguments by name?

r purrr tidyverse