/intro-to-shiny-workshop

Workshop materials for an introductory R Shiny workshop.

Primary LanguageRMarkdownCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Introduction to Shiny Apps in R

Topics

  • What is Shiny?
  • Building a Shiny app
    • UI (and user inputs)
    • Server (and creating outputs)
  • Deploying Shiny apps

Pre-requisites

  • Comfortable with simple operations and using functions in R.
  • No prior knowledge of Shiny apps required.

R packages

  • shiny
  • palmerpenguins
  • glue
  • shinythemes

Workshop resources