RSocrata
RSocrata copied to clipboard
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' "h...
After assigning the appropriate API URL endpoint to `socrata_url` in my R code below, I have been attempting to write a dataframe that has about 2.5 million rows to Socrata...
Would be great for folks to know which governments, organizations, and individuals are using RSocrata and for what use cases. Perhaps a roll call here would suffice or maybe a...
Given the URL: ` url
Enhancement: The Socrata Data Management API (https://socratapublishing.docs.apiary.io/#) enables Socrata publishing features like dataset drafts and on-platform data transformations. It would be ideal if RSocrata offered data publishers a convenient method...
Socrata's Spatial Lens (most prominently used in map view filters) determines the geographic regions (e.g., Chicago Community Area) in which a point record falls. These regions are not presented in...
I have the following code which grabs data from a government portal. It is something like this pseudocode: ` read.socrata(cms_stars_data_path)` However, I get a strange message as follows: `partial match...
This pull request introduces a stable version of an `export.socrata()` function as outlined in #126. This allows users to download the contents of a data portal to a local directory....
The `ls.socrata()` function supports the listing of all data on a data portal while `read.socrata()`. Thus, the two can be combined under `export.socrata()` to download all of the files a...
Some valid Socrata urls do not work with RSocrata, specifically: 'https://data.cityofchicago.org/resource/ktn3-fjzw.csv?$query=select log_no', Steps to replicate: read.socrata('https://data.cityofchicago.org/resource/ktn3-fjzw.csv?$query=select log_no', app_token = '${YOUR_APP_TOKEN}')
The test for this started failing recently. The section of code: ``` test_that("Warn instead of fail if X-SODA2-* headers are missing", { expect_warning(dfCsv