https://github.com/renkun-ken/r-data-practice
R语言数据操作练习
https://github.com/renkun-ken/r-data-practice
data-analysis data-manipulation practice r
Last synced: 3 months ago
JSON representation
R语言数据操作练习
- Host: GitHub
- URL: https://github.com/renkun-ken/r-data-practice
- Owner: renkun-ken
- License: mit
- Created: 2018-10-28T04:40:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T14:29:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T10:47:40.513Z (12 months ago)
- Topics: data-analysis, data-manipulation, practice, r
- Size: 5.95 MB
- Stars: 25
- Watchers: 3
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R语言数据操作练习
## 练习列表
* [股票市场数据](stock-market-data.md)
## 学习资源推荐
* [Base R cheatsheet](http://github.com/rstudio/cheatsheets/raw/master/base-r.pdf)
* [RStudio IDE cheatsheet](https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf)
* [Regular Expressions](https://www.rstudio.com/wp-content/uploads/2016/09/RegExCheatsheet.pdf)
* [Work with Strings cheatsheet](https://github.com/rstudio/cheatsheets/raw/master/strings.pdf)
* [data.table cheatsheet](https://github.com/rstudio/cheatsheets/raw/master/datatable.pdf)
## 贡献数据和练习