Merge pull request #63 from ijlyttle/patch-1

Typo - Update Functions.Rmd
This commit is contained in:
Hadley Wickham 2016-03-10 08:32:04 -06:00
commit ef1d079475
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Compared to the original, this code is easier to understand and we've eliminated
``` ```
1. Read the [complete lyrics](https://en.wikipedia.org/wiki/Little_Bunny_Foo_Foo) 1. Read the [complete lyrics](https://en.wikipedia.org/wiki/Little_Bunny_Foo_Foo)
to "Little Bunny Foo". There's a lot of duplication in this song. to "Little Bunny Foo Foo". There's a lot of duplication in this song.
Extend the initial piping example to recreate the complete song, and use Extend the initial piping example to recreate the complete song, and use
functions to reduce the duplication. functions to reduce the duplication.