项目作者: tidyverse

项目描述 :
Google Drive R API
高级语言: R
项目地址: git://github.com/tidyverse/googledrive.git
创建时间: 2017-04-26T23:22:32Z
项目社区:https://github.com/tidyverse/googledrive

开源协议:Other

下载


googledrive

CRAN
status
R-CMD-check
Codecov test
coverage

Overview

googledrive allows you to interact with files on Google Drive from R.

Installation

Install the CRAN version:

  1. install.packages("googledrive")

Or install the development version from GitHub:

  1. # install.packages("pak")
  2. pak::pak("tidyverse/googledrive")

Usage

Please see the package website: https://googledrive.tidyverse.org

Here’s a teaser that uses googledrive to view some of the files you see
on https://drive.google.com (up to n_max = 25, in this case):

  1. library("googledrive")
  2. drive_find(n_max = 25)
  3. #> # A dribble: 25 × 3
  4. #> name id drive_resource
  5. #> <chr> <drv_id> <list>
  6. #> 1 2021-09-16_r_logo.jpg 1dandXB0QZpjeGQq_56wTXKNwaqgsOa9D <named list>
  7. #> 2 2021-09-16_r_about.html 1XfCI_orH4oNUZh06C4w6vXtno-BT_zmZ <named list>
  8. #> 3 2021-09-16_imdb_latin1.csv 163YPvqYmGuqQiEwEFLg2s1URq4EnpkBw <named list>
  9. #> 4 2021-09-16_chicken.txt 1axJz8GSmecSnaYBx0Sb3Gb-SXVaTzKw7 <named list>
  10. #> 5 2021-09-16_chicken.pdf 14Hd6_VQAeEgcwBBJamc-FUlnXhp117T2 <named list>
  11. #> 6 2021-09-16_chicken.jpg 1aslW1T-B8UKzAEotDWpmRFaMyMux5-it <named list>
  12. #> 7 2021-09-16_chicken.csv 1Mj--zJYZJSMKsNVjk2tYFef5LnCsNoDT <named list>
  13. #> 8 pqr 143iq-CswFTwJTjVfKkcFMDW0jYqDeUj2 <named list>
  14. #> 9 mno 1gcUTnFbsF6uioJrLCsVQ78_F1wEzyNtI <named list>
  15. #> 10 jkl 17T40phn99w0hY-B_Ev0deTvVg9fmUSnt <named list>
  16. #> # ℹ 15 more rows

Contributing

If you’d like to contribute to the development of googledrive, please
read these
guidelines
.

Please note that the googledrive project is released with a Contributor
Code of
Conduct
. By
contributing to this project, you agree to abide by its terms.

Privacy

Privacy policy