mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
270 B
270 B
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.