Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winvector/daccum
Example library to accumulate data frame rows in R
https://github.com/winvector/daccum
Last synced: 13 days ago
JSON representation
Example library to accumulate data frame rows in R
- Host: GitHub
- URL: https://github.com/winvector/daccum
- Owner: WinVector
- Created: 2015-07-29T21:25:17.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-22T21:20:53.000Z (over 4 years ago)
- Last Synced: 2024-11-07T03:16:51.847Z (2 months ago)
- Language: R
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple example library on how to incrementally collect data rows in R. In practice you would use something like data.table. See the comments and linked material in http://www.win-vector.com/blog/2015/07/efficient-accumulation-in-r/ for details.