https://github.com/winvector/daccum
Example library to accumulate data frame rows in R
https://github.com/winvector/daccum
Last synced: 3 months 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 10 years ago)
- Default Branch: main
- Last Pushed: 2020-06-22T21:20:53.000Z (over 5 years ago)
- Last Synced: 2024-12-27T02:14:03.255Z (about 1 year 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.