This lesson is being piloted (Beta version)

Setup

For Window and MacOS users:

Users need to download the RStudio Desktop (Free version) here: {https://www.rstudio.com/products/rstudio/}

image

Once installed, open RStudio

You can change the layout (theme) by going to: Tools\Global Option\Appearance. Here I use theme Cobalt

The general layout of RStudio: image

To execute the line (chunk) of code in Script

Move the cursor to the line of code (or select the whole chunk of code)

To execute the whole Script

Click on Source button: image

To install additional package from CRAN or files:

image

Or to install package in Command line (mostly for Linux environment, i.e. Palmetto)