Data Challenge Lab Home

Window functions [wrangle]

(Builds on: Manipulation basics)

Window functions are an important family of functions; they’re analogous to the summary functions that you already know about, but work with grouped mutate()s and filter()s, rather than grouped summarise()s.

Readings