From 6dc2ead6552d114e4aa879a48b7132773aa9b850 Mon Sep 17 00:00:00 2001 From: Gammerdinger Date: Tue, 17 Sep 2024 14:42:00 -0400 Subject: [PATCH] Update app size and added footer --- RShiny/lessons/01_syntax_and_structure.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/RShiny/lessons/01_syntax_and_structure.md b/RShiny/lessons/01_syntax_and_structure.md index b6e6808..5d4b174 100644 --- a/RShiny/lessons/01_syntax_and_structure.md +++ b/RShiny/lessons/01_syntax_and_structure.md @@ -57,7 +57,7 @@ shinyApp(ui = ui, server = server) The app that returns should look like the one below: - + You can see that while your app is running it will look something similar to: @@ -138,3 +138,13 @@ The diagram below illustrates how this works.

Now that we have a created our first Shiny app in R, we will explore various input and output options in the next lesson. + +*** + +[Next Lesson >>](02_inputs.md) + +[Back to Schedule](..) + +*** + +*This lesson has been developed by members of the teaching team at the [Harvard Chan Bioinformatics Core (HBC)](http://bioinformatics.sph.harvard.edu/). These are open access materials distributed under the terms of the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.*