- 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
推薦閱讀
- Redis Applied Design Patterns
- Building a RESTful Web Service with Spring
- 新編Premiere Pro CC從入門到精通
- SEO實(shí)戰(zhàn)密碼
- Building a Quadcopter with Arduino
- Cocos2d-x學(xué)習(xí)筆記:完全掌握Lua API與游戲項(xiàng)目開發(fā) (未來書庫)
- Hands-On Natural Language Processing with Python
- 微信小程序項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Learning R for Geospatial Analysis
- 零基礎(chǔ)Java學(xué)習(xí)筆記
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- 軟件測(cè)試教程
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- Hadoop Blueprints