Member-only story
Easy R Projects For Your Resume
Welcome back! R is an awesome programming language used heavily in data science, so if you’re a beginner data scientist you might be trying to find some projects to build, well you came to the right place! Let’s cover some of my favorite R projects that are perfect for your résumé!
Reading / Uploading Data From Google Sheets Into R
First off we have reading / uploading data from Google Sheets into your R environment, this is easily one of my favorite projects to teach to beginners. This specific project is broken down into 2 different segments, if you want to learn how to read data from Google Sheets check out the link below:
Building a GUI In R
Next up we have GUI building with R and Shiny, this is definitely something you should probably be familiar with if you’re planning on becoming an R developer. Shiny is a package that allows you to build out Graphical User Interfaces (GUI’s) within R, we no longer have to learn a completely different language to build out a front end of our R code, below is a…