diff --git a/materials/d1-02-structure/index.qmd b/materials/d1-02-structure/index.qmd index 9170e45..86d4218 100644 --- a/materials/d1-02-structure/index.qmd +++ b/materials/d1-02-structure/index.qmd @@ -444,17 +444,7 @@ set_picker_server <- function(id, sets_rv) { moduleServer( id, function(input, output, session) { - set_choices <- reactive({ - # do something with sets_rv - }) - - observeEvent(set_choices(), { - req(set_choices()) - updateSelectInput( - "set_num", - choices = set_choices() - ) - }) + # ... set_selection <- reactive({ input$set_num