Member-only story
R tricks I wish I knew earlier
Welcome back! R is an awesome language that I use heavily for data processing / data analysis, throughout my several years of using this language I still find new little tricks about this language, so let’s take a look at some R tricks I wish I had known earlier. Now, these do range in uses, you could still probably implement most of these inside of your projects! With that long introduction out of the way, let’s get into it!
Reading / Exporting Data To Google Sheets
First up, R has an awesome package that allows us to read and export datasets to Google Sheets! Now, the process to do this is fairly complex, you will need an internet connection, a Google account and ability to give access to an API from your account, if you have those then you are set! If you want to read in data into R from a Google Sheet, check out the link below:
If you want to export data to a Google Sheet, check out the link below: