diff --git a/basic-app.Rmd b/basic-app.Rmd index 9415ae0..ecda69c 100644 --- a/basic-app.Rmd +++ b/basic-app.Rmd @@ -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}