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: 4 months 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.