R – how to use the exposition pipe %$% in purrr::map
For the purposes of this question, let’s split the mtcars dataset into several smaller ones, for example based on carb and store them all in a list mtlist <- group_split(mtcars, carb) Let’s now say that, only on one of these datasets, I am operating some pipeline and in the end I want to select a… Read More R – how to use the exposition pipe %$% in purrr::map