目錄(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
推薦閱讀
- Practical UX Design
- 微服務與事件驅動架構
- 劍指JVM:虛擬機實踐與性能調優
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Python從菜鳥到高手(第2版)
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Instant Typeahead.js
- Practical Windows Forensics
- C++新經典
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Creating Data Stories with Tableau Public
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Java Hibernate Cookbook
- Deep Learning for Natural Language Processing
- 現代C++語言核心特性解析
- HikariCP數據庫連接池實戰
- 生成藝術:Processing視覺創意入門
- Switching to Angular 2
- The Java Workshop
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- JavaScript高級程序設計(第3版)
- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- PHP 程序員面試筆試真題庫
- 客戶驅動的產品開發
- Spring:Microservices with Spring Boot
- Team Foundation Server 2015 Customization
- 基于YANG的可編程網絡:用YANG、NETCONF、RESTCONF和gNMI實現網絡自動化架構
- JavaScript和jQuery實戰手冊(原書第2版)
- Go Cookbook
- 圖解CSS3:核心技術與案例實戰