googlesheets4: Access Google Sheets using the Sheets API V4

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 can read and write both the metadata and the cell data in a Sheet.

Version: 0.2.0
Depends: R (≥ 3.2)
Imports: cellranger, curl, gargle (≥ 0.5.0), glue (≥ 1.3.0), googledrive (≥ 1.0.0), httr, ids, lifecycle, magrittr, methods, purrr, rematch2, rlang, tibble (≥ 2.1.1), utils, vctrs (≥ 0.2.3)
Suggests: covr, readr, rmarkdown, sodium, spelling, testthat (≥ 2.1.0), withr
Published: 2020-05-08
Author: Jennifer Bryan ORCID iD [cre, aut], RStudio [cph, fnd]
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 NEWS
CRAN checks: googlesheets4 results

Downloads:

Reference manual: googlesheets4.pdf
Package source: googlesheets4_0.2.0.tar.gz
Windows binaries: r-devel: googlesheets4_0.2.0.zip, r-release: googlesheets4_0.2.0.zip, r-oldrel: googlesheets4_0.2.0.zip
macOS binaries: r-release: googlesheets4_0.2.0.tgz, r-oldrel: googlesheets4_0.2.0.tgz
Old sources: googlesheets4 archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=googlesheets4 to link to this page.