In fact, I built a significant predictive model in R with approximately 10 ~ 15 separate script files for collecting, sorting, analyzing, and presenting my data. Instead of just putting everything in one giant script file, I would like to maintain some level of modularity and run each part from a script control or some comparable control mechanism, as I already did in MATLAB. Is this possible in R?
I read this thread, as well as related topics, but could not find this exact answer. Organization of the source code R
source share