RStudio run all

To run all the lines in your R file use the Source command or the shortcut Ctrl + Shift + S or if you want the echo feedback use Ctrl + Shift + Enter. The latter is close do the run a single line Ctrl + Enter.

RStudio run all

This will run the source command:

source('file.R', echo=TRUE)