📩Installation

R Studio

Setting Up your Programming Environment

Before you can use R, you usually have to install some separate programs locally on your computer. Typically, you first install a "raw" version of R. In theory, you can then start programming, but we would not recommend you to use R just like that. It is challenging to carry out an entire project with a "raw" version of R. That's why there is RStudio, a free Integrated Development Environment (IDE) for R, and it is much easier to use and nicer to look at!

If you have not set up your environment, follows the steps below for your respective language.

Last updated