very slow googlesheets/curl download speed within an R notebook

Hey all,

I'm using the googlesheets package to access a 16mb sheet, specifically using the gs_read() function - it works just fine within the console, within an R script and within R markdown in RStudio - download speed is about 1mb/sec. If I execute the exact same code within an R notebook in RStudio the download speed crawls at about 10kb/sec. This is a repeatable effect, happening 100% of the time thus far - stopping of the execution always reveals a curl::curl_fetch_memory(url, handle = handle) aborted error (makes sense). Before I cobble together a reprex, has anyone observed this behavior? I haven't found any matching issues thus far for curl or googlesheets.

Thanks so much!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.