Data Challenge Lab Home

Vector functions [program]

(Builds on: Manipulation basics, Function basics)
(Leads to: purrr in mutate)

When you use R, you’ll spend a lot of time working with vectors. Vector functions make working with vectors easier by taking vectors as input and producing vectors of the same length as output.

Readings