Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 382 Bytes

How Do You Do It: R Shiny apps

These are small example apps, explaining the basic functionality of R Shiny.

UI

  • Basic HTML elements
  • Input widgets
  • Outputs
  • Layouts
  • Themes

Server

  • How to get input
  • How to define output
  • render Functions
  • reactive expressions

Dependencies

install.packages("shiny")
install.packages("bslib") # only needed for 1 app