Is there a good R API for accessing Google Docs?

后端 未结 6 780
猫巷女王i
猫巷女王i 2021-01-31 18:11

I\'m using R for data analysis, and I\'m sharing some data with collaborators via Google docs. Is there a simple interface that I can use to access a R data.frame object to and

6条回答
  •  逝去的感伤
    2021-01-31 18:44

    There are two packages:

    • RGoogleDocs on Omegahat: the package allows you to get a list of the documents and details about each of them, download the contents of a document, remove a document, and upload a document, even binary files.
    • RGoogleData on RForge: provides R access to Google services through the Google supported Java API. Currently the R interface only supports Google Docs and Spreadsheets.

提交回复
热议问题