googlesheets4 icon indicating copy to clipboard operation
googlesheets4 copied to clipboard

Google Spreadsheets R API (reboot of the googlesheets package)

Results 43 googlesheets4 issues
Sort by recently updated
recently updated
newest added

Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_googlesheets4.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [ ] `devtools::build_readme()` * [ ] `urlchecker::url_check()` *...

The original class choice for "cell" column type needs to be aligned with what exists now around the `googlesheets4_schema_CellData`. Think about full cell data and how it cleaves into read-only...

types :factory:

When I want to modify a single cell in a google sheet to the digit 5, I have to use `range_write(data = data.frame(meaninglessname = 5), col_names = FALSE)` and provide...

feature

On read, a column is assumed to be logical after some (maybe 1,000?) rows of missing data. If a character is at the bottom, then this silently fails with no...

colspec 🏛️

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on or . Please include a minimal reproducible...

reprex

Hello, since googlesheets4 is based on gargle, I was wondering if we could support passing arguments such as `max_tries_total` to the write functions (e.g., `sheet_append`). https://gargle.r-lib.org/reference/request_retry.html

feature

I have a SQL query which takes 1-2 minutes to run but while running a R-script to populate google sheet, it takes a lot of time and at end it...

reprex

Currently reading from a short link (e.g., this sheet: https://rstd.io/r4ds-students) gives an error. ``` r library(googlesheets4) gs4_deauth() students Error in `gargle_abort_request_failed()`: #> ! Client error: (404) NOT_FOUND #> • A...

feature

Transferring from #254 * [ ] Update errors to rlang 1.0.0. Helpful guides:

upkeep