Introduction
Running R code lets you tell the computer to do tasks like math, data analysis, or making graphs.
You want to calculate the average of some numbers.
You need to create a simple graph to see your data.
You want to try out a small piece of R code to check how it works.
You want to run a script that processes data automatically.
You want to test a function you wrote in R.