In order to run the code, you have several options.
Example Executing Code
After downloading a data set, we must read the data in. So, create an R code chunk in the R Notebook and write the code to read in the file. To make sure the file is read correctly, run the chunk. The code should look something like this.
The green triangle with the red square around button is the ‘run’ button. If selected, this button runs the code. If

we push it, we should obtain the following result.

This is the output. If the output is not what you want, or if there is an error, you can simply go back to the code chunk, edit the code, and rerun it.