I'm working with a machine which treats data from different sources and will save the results to the directory accordingly. My task is to find the latest result and follow up with data manipulation in R.
Since we can't anticipate which source the new data will come, so, it seems to me the result will go randomly, and I have no control about where the results be saved.
How can I know the location the new file goes? Must I keep a large File System myself besides the system?