(Builds on: Manipulation basics)
(Leads to: Scoped verbs with predicates, Tidy evaluation)
Often, you’ll want to apply the same operation to multiple tibble columns at once.
Scoped verbs extend the dplyr verbs, allowing you to easily manipulate multiple
columns with mutate()
, summarize()
, rename()
, etc., at the same time,
saving you time and typing energy.
Basics [wrangle-8]
Cheat sheet [wrangle-10]