Search code examples
`purrr::map()` works for `lmer()` but does not work for `lme()` objects...

rpurrrlme4nlme

Read More
Function applied to each element of a list and returns a list of list in R...

rlisttidyverseapplypurrr

Read More
How to recursively delete list items based on its nested content...

rrecursionpurrrjstreer

Read More
R dplyr purrr error when passing dataframe to pmap_dfr()...

rpurrrpmap

Read More
How to create nested div elements based on a nested list...

rshinypurrrjstreer

Read More
Add a layer to a list following names...

rpurrr

Read More
Equivalent function of `if` statement in R so that it can be used with the pipe operator...

rif-statementdplyrpurrr

Read More
Combine multiple list columns into one list column in R?...

rdataframedplyrpurrr

Read More
Fitting multiple linear models to all observations in a dataframe using purrr::map...

rtidyversepurrr

Read More
remove specific values from each element of a nested list...

rpurrrnested-lists

Read More
Use pwalk to create multiple gt tables from tibble with different tab_styles inputs...

rpurrrgtquosure

Read More
List into tibble using list names as values in one column...

rlistpurrrtibble

Read More
Change nesting structure of a nested list stored in a data.table...

rdata.tablepurrrnested-lists

Read More
Map a list and extract elements to create a data frame in R...

rdplyrtidyrpurrr

Read More
How can I pass values from columns of a parent dataframe to operate on a nested dataframe two levels...

rtidyversepurrr

Read More
Extract multiple elements from a large list and put them in a dataframe in R...

rdplyrpurrr

Read More
Find each gameId by looping through a very large list of URLs and keeping those that exist...

rpurrrhttrrcurl

Read More
How to loop through a list and store the results in a data frame?...

rpurrrrvest

Read More
How do we apply openxlsx formatting when using purrr to output multiple files on multiple tabs?...

rtidyversepurrropenxlsx

Read More
Can I shorten and simplify my dplyr code with `across` or `{purrr}` syntax?...

rdplyrpurrr

Read More
Using R, how do we split a dataframe to create a dynamic multi-tabbed excel file for each customer i...

rdplyrpurrr

Read More
Using purrr to map a custom function to a dataframe with a variable length list...

rpurrr

Read More
How to use purrr::map to get reports of a Wilcox test...

rpurrrpairwise.wilcox.test

Read More
How to generate residual plots when running a series of regressions with purrr::map?...

rpurrr

Read More
Apply Excel Styling Across Multiple Spreadsheets using openxlsx in R?...

rexcellapplypurrropenxlsx

Read More
What gets passed to the mutate and modify?...

rif-statementdata-cleaningpurrrmutate

Read More
Create multiple list columns from data columns of a nested data frame...

rdplyrpurrr

Read More
Using purrr::map over lmtest::coeftest with the cluster argument calling a variable with the "~...

rpurrrstandard-error

Read More
map_dbl returns a numeric matrix...

rtidyversepurrr

Read More
Using purrr:map2 to transfer row names from one nested list to another...

nested-loopspurrr

Read More
BackNext