Interact with Google Sheets through the Sheets API v4 <https://developers.google.com/sheets/api>. "API" is an acronym for "application programming interface"; the Sheets API allows users to interact with Google Sheets programmatically, instead of via a web browser. The "v4" refers to the fact that the Sheets API is currently at version 4. This package helps the user to retrieve Sheet metadata and to read data out of specific worksheets or ranges into an R object, such as a data frame.
Version: | 0.1.0 |
Depends: | R (≥ 3.2) |
Imports: | cellranger, curl, gargle (≥ 0.4.0), glue (≥ 1.3.0), googledrive (≥ 1.0.0), httr, magrittr, purrr, rematch2, rlang, tibble (≥ 2.1.1), utils |
Suggests: | covr, rmarkdown, sodium, spelling, testthat (≥ 2.1.0) |
Published: | 2019-11-04 |
Author: | Jennifer Bryan |
Maintainer: | Jennifer Bryan <jenny at rstudio.com> |
BugReports: | https://github.com/tidyverse/googlesheets4/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/tidyverse/googlesheets4 |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README |
CRAN checks: | googlesheets4 results |
Reference manual: | googlesheets4.pdf |
Package source: | googlesheets4_0.1.0.tar.gz |
Windows binaries: | r-devel: googlesheets4_0.1.0.zip, r-devel-gcc8: googlesheets4_0.1.0.zip, r-release: googlesheets4_0.1.0.zip, r-oldrel: googlesheets4_0.1.0.zip |
OS X binaries: | r-release: googlesheets4_0.1.0.tgz, r-oldrel: googlesheets4_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=googlesheets4 to link to this page.