-
+
@@ -793,7 +793,7 @@
+
+
+
+
+
diff --git a/docs/modules/slides.html b/docs/modules/slides.html
index 7fd9bd6..8714b3f 100644
--- a/docs/modules/slides.html
+++ b/docs/modules/slides.html
@@ -385,6 +385,8 @@
margin-right: 0;
}
+
+
-
05:00
Exercise
-
+
+
+
diff --git a/docs/modules/index.html b/docs/modules/index.html
index 25b7398..f7a39ed 100644
--- a/docs/modules/index.html
+++ b/docs/modules/index.html
@@ -20,6 +20,40 @@
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
+/* CSS for syntax highlighting */
+pre > code.sourceCode { white-space: pre; position: relative; }
+pre > code.sourceCode > span { line-height: 1.25; }
+pre > code.sourceCode > span:empty { height: 1.2em; }
+.sourceCode { overflow: visible; }
+code.sourceCode > span { color: inherit; text-decoration: inherit; }
+div.sourceCode { margin: 1em 0; }
+pre.sourceCode { margin: 0; }
+@media screen {
+div.sourceCode { overflow: auto; }
+}
+@media print {
+pre > code.sourceCode { white-space: pre-wrap; }
+pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
+}
+pre.numberSource code
+ { counter-reset: source-line 0; }
+pre.numberSource code > span
+ { position: relative; left: -4em; counter-increment: source-line; }
+pre.numberSource code > span > a:first-child::before
+ { content: counter(source-line);
+ position: relative; left: -1em; text-align: right; vertical-align: baseline;
+ border: none; display: inline-block;
+ -webkit-touch-callout: none; -webkit-user-select: none;
+ -khtml-user-select: none; -moz-user-select: none;
+ -ms-user-select: none; user-select: none;
+ padding: 0 4px; width: 4em;
+ }
+pre.numberSource { margin-left: 3em; padding-left: 4px; }
+div.sourceCode
+ { }
+@media screen {
+pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
+}
@@ -130,6 +164,11 @@
@@ -171,8 +210,23 @@ 05:00
On this page
Slides
Exercises
+Exercise 1: Try it out
+runApp("modules/module_demo_01/")
Exercise 2: Use a Shiny Module
+-
+
- In RStudio, open up
"modules/module_demo_02/app.R"
+ - Wire in a new dataset to one of the plots +
- If you’re feeling adventurous, add a new plot +
@@ -519,9 +521,18 @@