Remember talking about how R is a calculator at it's core? Well, doing math with vectors is where R really shines.

Let's see how many friends and family we'll invite over for 3 different BBQs.

Sweet! We used the + operator to sum two vectors. The result is a vector containing sums of the corresponding individual elements.

Didn't we say we wanted the total amount of guests?