Skip to content

Commit

Permalink
update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iamericfletcher committed Oct 22, 2020
1 parent ab436ab commit f2ed26a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 2020/R/2020_43_Great_American_Beer_Festival.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ brewery_top_20 <- beer_awards_tidy %>%
group_by(brewery, state) %>%
summarise(n = n()) %>%
ungroup() %>%
slice_max(order_by = n, n = 10) %>%
slice_max(order_by = n, n = 20) %>%
mutate(brewery = glue("{ brewery }, { state }")) %>%
view() %>%
pull(brewery)
Expand Down

0 comments on commit f2ed26a

Please sign in to comment.