Skip to content

Commit

Permalink
#29 missing call to ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Stanley committed Apr 21, 2015
1 parent 065b82e commit f2d13a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/introduction-to-tidyjson.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ Instead of using `jsonlite::prettify`, let's quickly summarize the keys using
tidyjson and visualize the results:

```{r, fig.width = 7, fig.height = 6}
library(ggplot2)
key_stats <- companies %>%
gather_keys %>% json_types %>% group_by(key, type) %>% tally
key_stats
Expand Down

0 comments on commit f2d13a0

Please sign in to comment.