I am looking for an example on how to include and run different scripts in one RStudio script.
For example I have two separate scripts: Tes1.R and Test2.R
The idea is then to have a master RStudio file where I include and run the previous scripts in a sequence:
Test1.R
Test2.R
I have seen that a similar question was raised in past discussion but not specifically referring to RStudio. A simple exemple to start with would be really helpful to me.