Why has `mutate(across(where(is.numeric) , some_function))` superseded `mutate_if(is.numeric, some_function)`

后端 未结 0 901
南方客
南方客 2021-02-02 17:42

As of dplyr 1.0.0, the across function has superseded the old mutate_if and summarise_at type functions.

Whenever I\'m using

相关标签:
回答
  • 消灭零回复
提交回复
热议问题