Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic-app.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ knitr::include_graphics("images/basic-app/cheatsheet.png", dpi = 300)

5. The following app is very similar to one you've seen earlier in the chapter: you select a dataset from a package (this time we're using the **ggplot2** package) and the app prints out a summary and plot of the data.
It also follows good practice and makes use of reactive expressions to avoid redundancy of code.
However there are three bugs in the code provided below.
However there are two bugs in the code provided below.
Can you find and fix them?

```{r}
Expand Down