I would like to import a file to R from Google Drive. I am trying this with gsheet::gsheet2text
, but unable to retrieve information because it is not shared by link. How can I log in to get the data through R?
Asked
Active
Viewed 172 times
0
-
you might want to use `httr::GET` to download (https://developers.google.com/drive/v3/web/manage-downloads) the file – chinsoon12 Jan 22 '18 at 09:18
-
1There's also the `googledrive` package: http://googledrive.tidyverse.org/ – Phil Jan 22 '18 at 09:44