Skip to content

Commit

Permalink
Re-render ex08
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Apr 12, 2018
1 parent c680d2a commit 600c951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ex08_nesting-is-good.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Why nesting is worth the awkwardness
================
Jenny Bryan
2018-04-10
2018-04-12

``` r
library(gapminder)
Expand Down Expand Up @@ -31,7 +31,7 @@ across an entire analysis.

``` r
gap <- gap %>%
mutate(country = fct_reorder2(country, x = year, y = lifeExp))
mutate(country = fct_reorder2(country, .x = year, .y = lifeExp))
```

``` r
Expand Down

0 comments on commit 600c951

Please sign in to comment.