Files
Garrick Aden-Buie ac06350e08 chore: restyle new examples-shiny apps (#4004)
* chore: restyle examples-shiny

* chore: restore select newlines

* More consistent approach to whitespace

---------

Co-authored-by: Carson <cpsievert1@gmail.com>
2024-03-21 17:43:30 -05:00
..

Normally we use the built-in functions, such as textInput(), to generate the HTML UI in the R script ui.R. Actually shiny also works with a custom HTML page www/index.html. See the tutorial for more details.