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!