Long story short, I am trying to migrate a really large project from one REDCap server to another using an API through R.
I won't go into details, but it is looking like I have to transfer the tabular data across cell by cell. By my calculations, due to the size of this project, this code will have to run overnight.
I am wanting to know whether there is an R function that returns the console output so that I can see whether the data migration has been successful for each cell when I return to work in the morning. Is this even possible?
Thank you!