Mutate multiple columns — mutate_all

Scoped verbs (_if, _at, _all) have been superseded by the use of pick() or across() in an existing verb. See vignette("colwise") for details. The scoped variants of mutate() and transmute() make it easy to apply the same transformation to multiple variables. There are three variants: _all affects …