I don't know if it has to do with a new version of RStudio or what, but before when I ran a code and an error was encountered R did not stop at the error and it kept running all the selected code or text. However, now whenever an error is encountered R stops. For instance, when I run this code,
Example error
plot(cars)
I only get this result:
> Example sentence
Error: unexpected symbol in "Example sentence"
I'd like R to run all the code, whether there are errors or not, by default. How can I do that?