From 725455e3d893d63e0471021420d62eb4c2cd5796 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Mon, 4 Sep 2023 00:47:42 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- materials/d1-02-structure/index.html | 30 ++++++++---------------- schedule.html | 14 ++++++------ search.json | 2 +- sitemap.xml | 34 ++++++++++++++-------------- 5 files changed, 36 insertions(+), 46 deletions(-) diff --git a/.nojekyll b/.nojekyll index c90fd04..c29eec4 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -cfd6519d \ No newline at end of file +307b1467 \ No newline at end of file diff --git a/materials/d1-02-structure/index.html b/materials/d1-02-structure/index.html index f2fd991..3eb468d 100644 --- a/materials/d1-02-structure/index.html +++ b/materials/d1-02-structure/index.html @@ -778,26 +778,16 @@

To () or not to ()

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 - }) - - set_selection - } - ) -} + # ... + + set_selection <- reactive({ + input$set_num + }) + + set_selection + } + ) +}