Chicago / RSocrata

Provides easier interaction with Socrata open data portals http://dev.socrata.com. Users can provide a 'Socrata' data set resource URL, or a 'Socrata' Open Data API (SoDA) web query, or a 'Socrata' "human-friendly" URL, returns an R data frame. Converts dates to 'POSIX' format. Manages throttling by 'Socrata'.
https://CRAN.R-project.org/package=RSocrata
Other
234 stars 84 forks source link

Download function: Implement where clause #11

Open SEV2014 opened 9 years ago

SEV2014 commented 9 years ago

geneorama commented 17 days ago Allow the user to limit their download to subset by rows. (Possibly this belongs in R Socrata)

https://github.com/Chicago/food-inspections-evaluation/pull/11/files#r20760611

geneorama commented 17 days ago I just noticed #4 (Rewrite functions to generate data enhancement). #4 and this issue #19 are very similar. #4 is a little outdated since the "livereadcsv" scripts are gone now, but the idea of subsetting by dates alone is good. @tomschenkjr should we merge these two issues? Tom Schenk Jrtomschenkjr referenced this issue 17 days ago Closed Rewrite functions to generate data #4 0 of 4 tasks complete Tom Schenk Jr

tomschenkjr commented 17 days ago I do think these issues should be picked-up in the RSocrata development path. You should open some enhancement requests on RSocrata and we can resolve them on that implementation.

SEV2014 commented 9 years ago

12/11/14 Request #19 closed in FI eval repo & re-opened in RSocrata as new #11

12/11/14 TO DO: ADD LABEL "REQUEST" & ASSIGN

geneorama commented 9 years ago

I think we should use syntax similar to hurl.it

tomschenkjr commented 9 years ago

Would it be like this?

read.socrata(url, api_token="1234abcd", limit=10, order="magnitude DESC")

If so, the parameters would be: