How to Use googlesheets to Connect R to Google Sheets
Often I use R to handle large datasets, analyze the data and filter out the data I don’t need. When all this is done, I usually use write.csv() to print my data off and reopen it in Google Sheets. My workflow would look something like this: full_data
![](https://datascienceplus.com/wp-content/uploads/2017/12/googlesheets1.png)