From 963369deaf245846c097c6a0399edbe46f590303 Mon Sep 17 00:00:00 2001 From: Julian During Date: Mon, 3 Oct 2016 14:40:42 +0200 Subject: [PATCH] Typo (#428) --- model-many.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-many.Rmd b/model-many.Rmd index cac978c..b2955be 100644 --- a/model-many.Rmd +++ b/model-many.Rmd @@ -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 %>%