Nick Lucius

Results 12 comments of Nick Lucius

Hi all, I'm here with Chicago's data requirements for TNCs (here we call them TNPs). Our city council passed an ordinance that gives the department of Business Affairs and Consumer...

@geneorama this dataset has so many columns that including the names/types in the html header would drive the header size over their limit. So Socrata omits the names/types from the...

Hi @sunshine52, thank you for the details! The `dev` branch has a [PR](https://github.com/Chicago/RSocrata/pull/155/files) that should address this issue. Are you able to check if that version of the package resolves...

Good to hear, @sunshine52. When we move the code to the master branch, this issue will close out.

Hi @gavinr, thanks for the note! We are taking a look at the role of the data in this repo and its relationship to the Data Portal. We will look...

I think the problem is on any package that is compiled from source. So it was `openssl` the other day, and today it's `purrr`. Here is the pertinent message: ```...

@geneorama - Documentation for the build iteration process is [here](https://github.com/Chicago/RSocrata/blob/master/CONTRIBUTING.md#making-changes)

I've pushed my first stab at downloading non-tabular data files. Here's how it works: if the first download URL available is not a CSV, the ```httr::GET()``` contents are written straight...

@chrismetcalf - Congrats! I can understand how GitHub might not be the first thing on your mind right now. The ```export.socrata()``` function uses the export links that look like ```/api/views/$id/rows.$format```...

@tomschenkjr - no problem, I'll look into this.