How do I run an entire R code script in RStudio?
When I click on the Run button in RStudio, the code runs only on a line-by-line basis and I want it to execute all the code at once instead of running through line by line.
So far the only method I've tried that works is selecting the entire script and then clicking the run button. The other option is running line by line.
Is there an easier way to run the entire script with a single button or a shortcut?