0

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?

tehhowch
  • 9,645
  • 4
  • 24
  • 42
Yoshiki
  • 33
  • 5
  • 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
  • 1
    There's also the `googledrive` package: http://googledrive.tidyverse.org/ – Phil Jan 22 '18 at 09:44

0 Answers0