RSocrata
RSocrata copied to clipboard
Consider speed enhancements
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