when to use map() function and when to use summarise_at()/mutate_at()

后端 未结 2 671
时光取名叫无心
时光取名叫无心 2021-01-02 16:54

Can anyone give a suggestion regarding when to use the map() (all map_..() functions) and when to use summarise_at()/mutate_at()?

2条回答
  •  一整个雨季
    2021-01-02 17:35

    Colin gives a great self-contained answer. Since you asked for more resources on using multiple models with tibbles, I'd also like to add the Many Models chapter of R 4 Data Science which gives a broad overview of creating, simplifying, and modeling with list-columns. http://r4ds.had.co.nz/many-models.html

提交回复
热议问题