Open dimidloc opened 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.
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