Prerequisite: R and shiny must be installed!
1. Option: Download the Zip-File from this Shiny App and set your working direction to this path and run:
# Test if shiny is installed: if("shiny" %in% rownames(installed.packages())){ library(shiny)} else{ install.packages("shiny")}
library(shiny) runApp("app.R")
2. Option: Use the function runGitHub() from the package shiny:
library(shiny)
runGitHub("ShinySurfer", "SandraKla")
Remaining packages will download when launching the app.