目錄(93章)
倒序
- coverpage
- Learning Shiny
- Credits
- About the Author
- Acknowledgements
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Introducing R RStudio and Shiny
- About R
- About RStudio
- About Shiny
- Summary
- Chapter 2. First Steps towards Programming in R
- Object-oriented programming concepts
- Variables in R
- Classes in depth
- Element selection
- Control structures in R
- Reading data
- Summary
- Chapter 3. An Introduction to Data Processing in R
- Sorting elements
- Basic summary functions
- grep and regular expressions
- The lapply vapply sapply and apply functions
- plyr
- The data.table package
- reshape2
- Summary
- Chapter 4. Shiny Structure – Reactivity Concepts
- Shiny as a package
- An introduction to server.R and UI.R
- The concept of reactivity
- Reactive independent processes within an application
- An introduction to global.R
- Running a Shiny web application
- An overview of simple examples
- Summary
- Chapter 5. Shiny in Depth – A Deep Dive into Shiny's World
- UI.R
- Optimal usage of server.R and global.R
- Shiny options
- Summary
- Chapter 6. Using R's Visualization Alternatives in Shiny
- The graphics package
- Plotting options
- Legends
- Plotting a fully customized plot with the graphics package
- Including a plot in a Shiny application
- A walk around the googleVis package
- ggplot2 – first steps
- Summary
- Chapter 7. Advanced Functions in Shiny
- The validate() function
- The isolate() function
- The observe() function
- The reactiveValues() function
- Input updates
- Summary
- Chapter 8. Shiny and HTML/JavaScript
- The www directory
- Creating UIs from plain HTML
- The use of tags in UI.R
- Relating HTML/JavaScript and server.R
- Summary
- Chapter 9. Interactive Graphics in Shiny
- Interaction possibilities within R graphics
- D3.js integration
- Summary
- Chapter 10. Sharing Applications
- runGist/runGitHub/runUrl
- shinyapps.io
- Summary
- Chapter 11. From White Paper to a Full Application
- Problem presentation
- Conceptual design
- Pre-application processing
- global.R coding
- UI.R partial coding
- server.R coding
- UI.R completion
- Styling
- Summary
- Reference
- Index 更新時間:2021-07-09 21:46:24
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- Developing Mobile Web ArcGIS Applications
- C語言程序設計(第2版)
- 精通搜索分析
- C語言程序設計實訓教程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 征服RIA
- 用Flutter極速構建原生應用
- Web程序設計(第二版)
- 創意UI:Photoshop玩轉APP設計
- PHP與MySQL權威指南
- 嵌入式C編程實戰
- VMware vSphere Design Essentials
- 流程讓管理更高效:流程管理全套方案制作、設計與優化
- 跟著迪哥學Python數據分析與機器學習實戰
- Spring Boot實戰:從0開始動手搭建企業級項目
- 活動中臺:揭秘vivo的千萬級DAU活動中臺
- SQL Server 2005數據庫項目教程
- 軟件工程實用教程
- Practical Web Development
- Python Geospatial Development(Third Edition)
- 計算機應用基礎教程
- PHP Reactive Programming
- C++程序設計習題解析與實踐教程
- 編程競賽寶典:C++語言和算法入門
- Professional CSS3
- Learning PostgreSQL 11
- 超級軟件:下一代互聯網云平臺
- 全棧軟件測試實戰(基礎+方法+應用)(慕課版)
- Android移動性能實戰