Chapter 11 Pipes
Chapter 11 focuses on pipes and practicing writing code with pipes. This isn’t the first time we’ve heard of pipes, but it has been a while. This is a pipe %>%
, pipes can help you simply your coding and save space/time. It takes a bit of getting used to but they are super useful.
11.1 Goals
Learn about pipes
Using pipes do the following
read in data
select
columnsjoin together files
filter out participants