MENU

Fun & Interesting

How to use the pipe operator in dplyr

Quant Psych 1,849 lượt xem 2 years ago
Video Not Working? Fix It Now

# 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.

Comment