- 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
推薦閱讀
- Advanced Machine Learning with Python
- PyQt從入門到精通
- 前端架構(gòu):從入門到微前端
- 重學(xué)Java設(shè)計模式
- Microsoft System Center Orchestrator 2012 R2 Essentials
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Machine Learning in Java
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- Buildbox 2.x Game Development
- 算法圖解
- Greenplum構(gòu)建實時數(shù)據(jù)倉庫實踐
- 微前端設(shè)計與實現(xiàn)
- Functional Python Programming
- Python應(yīng)用開發(fā)技術(shù)
- MongoDB Cookbook