Member-only story
3 R projects anyone can build
Welcome back! R is a very important language in the data processing / data analysis world, so let’s talk about some R projects that anyone can build. Now, these specific projects range in use, but they are still great ways to test your knowledge with this language, all they require is that you have R installed on your machine, if you don’t, follow this tutorial below:
Let’s take a look at some of these projects!
Building a GUI In R
First off 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 project that I made that is a brief introduction to it.