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 @@ -325,7 +325,7 @@ knitr::include_graphics("images/basic-app/cheatsheet.png", dpi = 300)

4. Take the following app which adds some additional functionality to the last app described in the last exercise.
What's new?
How could you reduce the amount of duplicated code in the app by using a reactive expression.
How could you reduce the amount of duplicated code in the app by using a reactive expression?

```{r}
library(shiny)
Expand Down