# Learning objectives
# 1. Two old ways of doing things (creating throwaway objects vs. nested functions)
# 2. Advantage of the pipe operator
# 3. How to read code with pipe operator
# 4. How to use the pipe operator with filter, select, mutate, etc.