RSocrata icon indicating copy to clipboard operation
RSocrata copied to clipboard

Consider speed enhancements

Open nicklucius opened this issue 8 years ago • 0 comments

RSocrata uses rbind.fill from the plyr package to combine the results from each page of a dataset (Socrata maxes out at 50K rows of data per page).

We might be able to get a performance enhancement by using rbindList in data.table or rbind_all in dplyr:

https://stackoverflow.com/questions/18003717/is-there-any-efficient-way-than-rbind-filllist/23923024#23923024

nicklucius avatar Sep 11 '17 16:09 nicklucius