- In the last lecture, we covered basic creation of Shiny applications
- If you tried it and are like most, you had an easy time with
ui.R
but a harder time withserver.R
- In this lecture, we cover some more of the details of shiny
- Since writing the last lecture, a more detailed tutorial has been created that is worth checking out (http://shiny.rstudio.com/tutorial/)