diff --git a/pipes.Rmd b/pipes.Rmd index b6ac2cb..b42bf18 100644 --- a/pipes.Rmd +++ b/pipes.Rmd @@ -127,7 +127,7 @@ Finally, we can use the pipe: ```{r, eval = FALSE} foo_foo %>% hop(through = forest) %>% - scoop(up = field_mouse) %>% + scoop(up = field_mice) %>% bop(on = head) ```