Message-ID: <CAFDcVCR8GYDvHi7Jyw+OMx=T1E9bN44AaVX+qGO8NBrKvsvpqw@mail.gmail.com>
Date: 2012-12-01T03:53:57Z
From: Henrik Bengtsson
Subject: Reading .gsheet within R
In-Reply-To: <8DAE2732-BC69-4EE9-A4A5-25B9D03E4CFC@gmail.com>
On Fri, Nov 30, 2012 at 9:43 AM, Luca Meyer <lucam1968 at gmail.com> wrote:
> Hello R-experts,
>
> I would like to know if there is a solution to read files with extension .gsheet directly into R - see http://www.fileinfo.com/extension/gsheet for more info on this file format.
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
>
> Thank you,
> Luca
>
> Mr. Luca Meyer
> www.lucameyer.com
> R 2.15.1
> Mac OS X 10.8.2
>
>
>
>
>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.