tidyverse / googlesheets4

Google Spreadsheets R API (reboot of the googlesheets package)
https://googlesheets4.tidyverse.org
Other
360 stars 53 forks source link

Support max_tries_total #246

Open dimidloc opened 2 years ago

dimidloc commented 2 years ago

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

jennybc commented 2 years ago

I have to release googlesheets4 soon for CRAN reasons.

I haven't fully thought about whether and how to expose that sort of low-level configuration in a high-level package like googlesheets4 (e.g. details about the retry strategy). So I'm not saying this will happen, but I'm also not ruling it out. It definitely won't happen at this moment.