- Learning Shiny
- Hernán G. Resnizky
- 123字
- 2021-07-09 21:46:11
Chapter 3. An Introduction to Data Processing in R
In this chapter, basic techniques to fulfill the reorganization of data (cleaning, processing, and so on) will be covered. These will be the key factors while developing web applications with R and Shiny because, unlike traditional web application commercial software, they provide the possibility of performing any operation on your data and consequently, displaying it in the exact way that was imagined with no boundaries. By presenting several useful tools, this chapter will help the reader to gain skills in data manipulation.
The chapter is divided into the following seven sections:
- Sorting elements
- Basic summary functions
- grep and regular expressions
- The apply-like functions
- The
plyr
package - The
data.table
package - The
reshape2
package
推薦閱讀
- 極簡算法史:從數學到機器的故事
- Mastering Ext JS(Second Edition)
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Python科學計算(第2版)
- JavaScript語言精髓與編程實踐(第3版)
- PaaS程序設計
- AngularJS深度剖析與最佳實踐
- Learn Swift by Building Applications
- Learn WebAssembly
- 軟件測試實用教程
- Azure Serverless Computing Cookbook
- C語言程序設計實訓教程與水平考試指導
- 零基礎學C++(升級版)
- Scrapy網絡爬蟲實戰