Skip to content

Commit

Permalink
Grrr, purrr aliasing strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 24, 2016
1 parent e3730d1 commit 3836b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iteration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ That's all there is to the for loop! Now is a good time to practice creating som
1. Eliminate the for loop in each of the following examples by taking
advantage of a built-in function that works with vectors:
```{r}
```{r, eval = FALSE}
out <- ""
for (x in letters) {
out <- stringr::str_c(out, x)
Expand Down

0 comments on commit 3836b6b

Please sign in to comment.