How to build a data analysis pipeline procedure
I have a series of scripts. Some are in R, some in Python, and others in SAS. I have built them in such a way that one code outputs a .csv file that the next code obtains and then that code outputs a .csv file, and so on...
I want to create a script that will automatically run each script in order so that the final output can be generated automatically.
What method would be best for this and can anyone point me to any examples of the procedure?
Topic management
Category Data Science