- 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
推薦閱讀
- Getting Started with PowerShell
- MATLAB定量決策五大類問題
- HTML5+CSS3網站設計基礎教程
- 概率成形編碼調制技術理論及應用
- Visual FoxPro程序設計
- 微信小程序開發與實戰(微課版)
- Developing SSRS Reports for Dynamics AX
- Node.js 12實戰
- MySQL程序員面試筆試寶典
- 深入實踐DDD:以DSL驅動復雜軟件開發
- SignalR:Real-time Application Development(Second Edition)
- Software-Defined Networking with OpenFlow(Second Edition)
- Java程序設計教程
- RESTful Web API Design with Node.js
- Python面向對象編程(第4版)