Often I use R to handle large datasets, analyse 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 <- read.csv(“some_dataset.csv”) #R analysis ending up with relevant_data write.csv(relevant_data, … Read More “How to Use googlesheets to Connect R to Google Sheets” »
Tag: google+
Learn
Site
You can find me here on Google+, with a slightly smaller profile pic to fit in with Google’s circular profile pictures. The last time I used Google+ was when I was training to be a journalist about four years ago, when it was a bit of a ghost town in terms of UK journalism. My … Read More “R for Journalists Is Now on Google+” »