I have several r scripts I am prepared to run in production. I am in the final quality control steps. I am successful to run the scripts in both the R console and Bash terminal without errors. I run out of memory in both the R console and Bash terminal windows, chopping off the script outputs to the respective console and terminal windows.
QUESTION
What needs to happen in both the R console and Bash terminal to see all of the script lines instead of the earlier lines being chopped off due to running out of memory, please?