I've done a fair amount of research around this topic and none of the answers I've found on SO or through the Google have worked.
I'm trying with R to access a public google doc that I don't believe has been published to the web. I would like to be able to access the data contained in the doc in an API-like way so that I could make a dashboard off of it. I've emailed the owner of the data to hopefully get the document published but in the interim, and as an exercise for the future, does anyone know how to access a public document that isn't published?
To that end I've created a dummy google doc that's public but not published at the following link. It should have 2 columns and 3 rows.
https://docs.google.com/spreadsheets/d/1z2hDygMzRG_yN5JBFVwGr4aci87AHSg1M7qvVu-uv_s/edit?usp=sharing
Any help is much appreciated. Thanks.