RStudio is an open source IDE for the R programming language. It provides the GUI with a way of interacting with Spark. It also provides an R way of developing to process large amounts of data either from a single source or aggregating from multiple sources. This is just a GUI of the R CLI, which is also integrated with Spark. There are multiple ways to install it, based on the operating system in pseudo mode. Refer to the RStudio docs for further information about RStudio and to download it at https://www.rstudio.com/products/rstudio/download/.
Prerequisite: R development tools should be installed along with other dependency packages, as CentOS requires the yum install {epel-release,openssl-devel,libxml2-devel,curl-devel} packages for successful working R installations, whereas Ubuntu requires apt update followed by apt install {libxml2-dev,libghc-curl-dev,r-cran-httr...