Skip to content

introduction to Shiny interactive application framework using R

Notifications You must be signed in to change notification settings

bbest/shiny-intro

Repository files navigation

shiny-intro

Here are some introductory materials to accompany this presentation:

Creating Interactive Web Applications with R & Shiny

Numbered folders in this repository correspond with iterative development and enhancement of a Shiny app:

  • 01_faithful: default app from using RStudio, File > New File > Shiny Web App…
  • 02_quakes_mag: swap to quakes dataset, adjust histogram by magnitude
  • 03_quakes_depth: add depth slider, select box for variable to histogram
  • 04_quakes_map: add leaflet map
  • 05_quakes_dashboard: enhance ui with shinydashboard

You can download all files in this repo at master.zip (or use git clone https://github.com/bbest/shiny-intro.git). The latest versions of R and RStudio are highly recommended to follow along.

Be sure to check out the prepatory chunks of R code and outputs in the Rmarkdown docs/index.Rmd knitted to docs/index.html viewable at https://bbest.github.io/shiny-intro.

About

introduction to Shiny interactive application framework using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages