Update pipes.Rmd (minor typo) (#616)

This commit is contained in:
Mark Beveridge
2018-06-20 09:59:44 +01:00
committed by Hadley Wickham
parent 3b688ee8a5
commit 9a65563e9c

View File

@@ -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)
```