How to export huge data to google sheet using Rstudio

I have tried to upload data at google spreadsheet using Package:: spreadsheet but The package seems to be completely unresponsive if I try to edit more than 1,000 cells a the time.

Below code is working but if we increase row size then its not...
Code::
gs_new(title = "spreadsheet", ws_title = "sheet1", input = head(aa, n=1000),trim = TRUE, verbose = FALSE)

Also kindly help me to update existing google spreadsheet

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