/shiny-basics-sb-r-ladies

SB R-Ladies session (2019-10-30): Basics of building Shiny apps in R

Primary LanguageR

Basics of building Shiny apps in R

Santa Barbara R-Ladies meetup (2019-10-30)

Allison Horst

Objectives:

  • Introduce general Shiny structure (ui + server)
  • Create widgets for user selection
  • Understand basics of reactivity (reactive inputs & rendered outputs)
  • Build a reactive app

Requirements & Materials

Data in spooky_data.csv are curated from two sources:

  1. Candy Store (candystore.com) data for 2019 candy sales by state.
  2. Costume rankings by state (2017) from Google Frightgeist

Other resources