- 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
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Linux C/C++服務器開發實踐
- Django:Web Development with Python
- Linux環境編程:從應用到內核
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 微信小程序項目開發實戰
- Mobile Device Exploitation Cookbook
- Android群英傳
- 零基礎學Python編程(少兒趣味版)
- FFmpeg開發實戰:從零基礎到短視頻上線
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- OpenCV Android Programming By Example
- 石墨烯改性塑料
- Oracle 12c從入門到精通(視頻教學超值版)
- Python+Office:輕松實現Python辦公自動化