I have just finished writing a set of R scripts. There is one master file and 5 additional external r files called by the source
function. I was wondering whether it is possible to unify the five external scripts into one single file; dividing the entire code into five sections run into different moments.
Is it possible to do so by using source
?. If not, which strategy do you suggest?