Skip to content

Commit

Permalink
Added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Sep 17, 2024
1 parent 6dc2ead commit 57c89c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RShiny/lessons/02_inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ server <- function(input, output) {
shinyApp(ui = ui, server = server)
```

<p align="center"><iframe src="https://hcbc.connect.hms.harvard.edu/Input_checkbox_demo/?showcase=0" width="300" height="175px" data-external="1"></iframe></p>
<p align="center"><iframe src="https://hcbc.connect.hms.harvard.edu/Input_checkbox_demo/?showcase=0" width="200" height="175px" data-external="1"></iframe></p>

| Argument | Description | Example |
|----------|-------------|-----------|
Expand Down Expand Up @@ -383,6 +383,12 @@ Also, to enhance the widget inputs, [shinyWidgets](https://github.com/dreamRs/sh
<img src="../img/Shiny_widgets.png" width="800">
</p>

***

[Next Lesson >>](03_visuals.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 57c89c6

Please sign in to comment.