Questions Use purrr to apply a function to 3 lists using all named vectors in each list byMRMarch 13, 2023
Questions Applying conditional functions on multiple columns of a dataframe, based on values of a variable byMRMarch 8, 2023
Questions rename_with doesn't work in purrr::map2 – Error "! the … list contains fewer than 2 elements" byMRMarch 6, 2023
Questions How to change the class of a column in a list of a list from character to numeric in r? byMRFebruary 17, 2023
Questions In R, why is purrr's map2 ignoring my group_by argument when making plots? byMRJanuary 18, 2023
Questions Add a column from one dataframe in a list to another dataframe in another list with map2 byMRJanuary 12, 2023
Questions How do I make this R code to format integers with leading zero more succinct? byMRNovember 11, 2022
Questions Using a dataframe to input values to a function and aggregating the outputs byMRNovember 1, 2022