Skip to content

Commit

Permalink
fix typo of inputSelect into selectInput (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
armenic authored Oct 18, 2024
1 parent 6399556 commit 2f35f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaling-modules.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ histogramApp <- function() {
### Exercises

1. Rewrite `selectVarServer()` so that both `data` and `filter` are reactive.
Then use it with an app function that lets the user pick the dataset with the `dataset` module and filtering function using `inputSelect()`.
Then use it with an app function that lets the user pick the dataset with the `dataset` module and filtering function using `selectInput()`.
Give the user the ability to filter numeric, character, or factor variables.

2. The following code defines output and server components of a module that takes a numeric input and produces a bulleted list of three summary statistics.
Expand Down

0 comments on commit 2f35f85

Please sign in to comment.