Skip to content
Prev 312556 / 398506 Next

Reading .gsheet within R

On Fri, Nov 30, 2012 at 9:43 AM, Luca Meyer <lucam1968 at gmail.com> wrote:
AFAIK, those files (*.gsheet, *.gdoc, *.gslides) are just tiny JSON
files containing references to the online/cloud resource (specifying
the "url" and the "resource_id").  There are several packages on CRAN
for parsing JSON files.  Accessing the actual online data is a
different story...

My $0.02

/Henrik