How To Build GUI’s Using R! (Shiny R Tutorial)

Manpreet Singh
4 min readJan 19, 2021

Welcome Back! One thing I love about R is that you can actually build full fledged data apps within it, we use a package within R called Shiny to get this done! Let’s get started!

Perquisites:

First off, make sure to have R installed on your machine, if you don’t, follow this tutorial I made which will show you exactly how to do so. Next up, let’s install the shiny package by going into our R console and typing in “install.packages(shiny):

--

--