Skip to content

Commit

Permalink
Update app size and added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Sep 17, 2024
1 parent 72eb55a commit 6dc2ead
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion RShiny/lessons/01_syntax_and_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shinyApp(ui = ui, server = server)

The app that returns should look like the one below:

<iframe src="https://hcbc.connect.hms.harvard.edu/input_text_demo/?showcase=0" width="100%" height="625px" data-external="1"> </iframe>
<iframe src="https://hcbc.connect.hms.harvard.edu/input_text_demo/?showcase=0" width="100%" height="200px" data-external="1"> </iframe>

You can see that while your app is running it will look something similar to:

Expand Down Expand Up @@ -138,3 +138,13 @@ The diagram below illustrates how this works.
</p>

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.*

0 comments on commit 6dc2ead

Please sign in to comment.