Connecting to socrata datasets from R
The socrata data platform allows governments to make data easily available, both for their own use and publicly. The easiest way to get data that is hosted on a socrata platform into R for analysis is through the RSocrata package. This post walks through how to do this First, we need to source some data. […]