shiny
Shiny is an R package that allows you to easily create interactive web applets using R.
install.packages("shiny")
If your working directory is set appropriately, run the following code:
library(shiny) runApp("../code/01_Hello")