Slide 2
Slide 2 text
What is Shiny?
Inputs (sliders, checkboxes, dropdowns, textboxes…)
R code (load, manipulate, model, predict, tabulate…)
Outputs (tables, plots, JS widgets, file downloads…)
• Arranged in a user interface you construct yourself
• Deployable on a server, so users of your app only need a
web browser—they have no direct experience of R