Skip to content

Commit

Permalink
Typo (hadley#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
duju211 authored and hadley committed Oct 3, 2016
1 parent c074b11 commit 963369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-many.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ by_country <- by_country %>%
by_country
```

This has a big advantage: because all the related objects are stored together, you don't need to manually keep them in sync when you filter or arrange. The semantics of the data frame takes take of that for you:
This has a big advantage: because all the related objects are stored together, you don't need to manually keep them in sync when you filter or arrange. The semantics of the data frame takes care of that for you:

```{r}
by_country %>%
Expand Down

0 comments on commit 963369d

Please sign in to comment.