wpinvestigative / arcos

https://wpinvestigative.github.io/arcos/
Other
30 stars 18 forks source link

trouble downloading a dataset #14

Closed nsnater closed 2 years ago

nsnater commented 2 years ago

Hi,

I've been trying to download the raw arcos dataset for Puerto Rico (https://www.washingtonpost.com/graphics/2019/investigations/dea-pain-pill-database/#download-resources) but haven't been able to. I'm using R and the command

PRdata <- GET("https://www.washingtonpost.com/wp-stat/dea-pain-pill-database/summary/arcos-pr-statewide-itemized.csv.gz", key = "WaPo")

but I haven't been able to get the data.

(The url I'm using is the one from the page I'm redirected to when I filter for PR and select to get the raw data on this article: https://www.washingtonpost.com/graphics/2019/investigations/dea-pain-pill-database/#download-resources)

Thanks