目錄(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 更新時(shí)間:2021-07-09 21:46:24
推薦閱讀
- The Complete Rust Programming Reference Guide
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- OpenDaylight Cookbook
- Game Programming Using Qt Beginner's Guide
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Python測(cè)試開(kāi)發(fā)入門與實(shí)踐
- Python Geospatial Development(Second Edition)
- GeoServer Beginner's Guide(Second Edition)
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例
- C#應(yīng)用程序設(shè)計(jì)教程
- Python圖形化編程(微課版)
- Python Data Science Cookbook
- Spring+Spring MVC+MyBatis從零開(kāi)始學(xué)
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)編程
- 算法設(shè)計(jì)與分析:基于C++編程語(yǔ)言的描述
- Java 9 with JShell
- Ubuntu Server Cookbook
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用教程上機(jī)指導(dǎo)與習(xí)題(第2版)
- Mastering Magento Theme Design
- Windows 10 for Enterprise Administrators
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- Learning IPython for Interactive Computing and Data Visualization(Second Edition)
- Visual C#程序設(shè)計(jì)應(yīng)用教程(第2版)
- Applied Unsupervised Learning with Python
- 好好學(xué)Python:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 代碼精進(jìn)之路:從碼農(nóng)到工匠
- Microsoft Dynamics NAV 2013 Application Design
- INSTANT Spring Tool Suite
- PHP和MySQL Web應(yīng)用開(kāi)發(fā)
- Java 9 并發(fā)編程實(shí)戰(zhàn)