Open sokole opened 7 years ago
@nwisnoski could you send me that gsheet script again? I can't find the email
This should work to retrieve a gsheet @sokole:
require(gsheet) table <- gsheet2tbl(url = 'https://drive.google.com/open?id=1Chw19xpG8PqClfvbRgWwZAfCEnbBEqzdKrw7pfcZPHU')
Nathan
From: Eric Sokol notifications@github.com Reply-To: sokole/ltermetacommunities reply@reply.github.com Date: Tuesday, April 4, 2017 at 5:16 PM To: sokole/ltermetacommunities ltermetacommunities@noreply.github.com Cc: "Wisnoski, Nathan I" wisnoski@indiana.edu, Mention mention@noreply.github.com Subject: Re: [sokole/ltermetacommunities] Reading in data from restricted GDrive (#61)
@nwisnoskihttps://github.com/nwisnoski could you send me that gsheet script again? I can't find the email
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/sokole/ltermetacommunities/issues/61#issuecomment-291634515, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AH0FtkWjkjDS-fcD3-sLULSTwCe7WiASks5rsrM_gaJpZM4MzQ0M.
I haven't figured out a good way around this yet. Reading from the GDrive using the googleid's works great, except for when trying to access restricted data sets.
@maxcastorani @nwisnoski have you guys figured anything out?
@brunj7 does your function handle this?
I'm aware of the google drive package for R (whatever it's called), but it's interface involves pop-up windows for signing in to your google account, which makes me think it won't work for our purposes.
Open to any suggestions.