- Web Application Development with R Using Shiny(Second Edition)
- Chris Beeley
- 121字
- 2021-07-23 14:31:27
Chapter 2. Building Your First Application
In the previous chapter, we looked at R, learned some of its basic syntax, and saw some examples of the power and flexibility that R and Shiny offer. This chapter introduces the basics of Shiny. In this chapter, we're going to build our own application to interactively query results from the Google Analytics API. We will cover the following topics:
- The basic structure of a Shiny program
- The selection of simple input widgets (checkboxes and radio buttons)
- The selection of simple output types (rendering plots and returning text)
- The selection of simple layout types (page with sidebar and tabbed output panel)
- Handling reactivity in Shiny
- A brief summary of more advanced layout features
推薦閱讀
- Learning Scala Programming
- Boost C++ Application Development Cookbook(Second Edition)
- C# 從入門到項目實踐(超值版)
- Unity Virtual Reality Projects
- 軟件架構:Python語言實現
- Python從入門到精通
- Programming with CodeIgniterMVC
- Spring Boot實戰
- 大話Java:程序設計從入門到精通
- Java Web應用開發給力起飛
- Drupal Search Engine Optimization
- Raspberry Pi Blueprints
- ASP.NET Core and Angular 2
- 軟件設計模式(Java版)
- 微信公眾平臺開發最佳實踐