Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.