Web Application Development with R Using Shiny(Third Edition)
上QQ阅读APP看书,第一时间看更新

A minimal example of a full Shiny application

The first thing to note is that Shiny programs are the easiest to build and understand using two scripts, which are kept within the same folder. They should be named server.R and ui.R.